diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-31 14:41:51 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-31 14:41:51 +0000 |
commit | b6973485f12d5d58cdb3267fa5be496670a0d1c0 (patch) | |
tree | b15bced2d0d14da08ef9e688c0b9a8b6481667c8 /interfaces-update-html.lsp | |
parent | c43cc708d84d8e433e0db6b3dffe5d94c3e5da3b (diff) | |
download | acf-alpine-baselayout-b6973485f12d5d58cdb3267fa5be496670a0d1c0.tar.bz2 acf-alpine-baselayout-b6973485f12d5d58cdb3267fa5be496670a0d1c0.tar.xz |
Removed debug statements.
Diffstat (limited to 'interfaces-update-html.lsp')
-rw-r--r-- | interfaces-update-html.lsp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp index f796beb..7ef2acd 100644 --- a/interfaces-update-html.lsp +++ b/interfaces-update-html.lsp @@ -143,14 +143,6 @@ require("viewfunctions") }); </script> -<% ---[[ DEBUG INFORMATION -io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>") -io.write(html.cfe_unpack(form)) -io.write("</span>") ---]] -%> - <h1><%= html.html_escape(form.label) %><% if page_info.action == "update" then io.write(html.html_escape(" - "..form.value.name.value)) end %></h1> <% if page_info.action == "update" then |