diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-31 15:15:30 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-31 15:15:30 +0000 |
commit | 2007242eddf9ce9368132f07f6eb415bf4cc80f6 (patch) | |
tree | 0311140d96ebcc0278a5acc491bc75565e3f48d9 /openntpd-details-html.lsp | |
parent | 126b2ccd036f264a77d98a3e697e28702b3e25f5 (diff) | |
download | acf-openntpd-2007242eddf9ce9368132f07f6eb415bf4cc80f6.tar.bz2 acf-openntpd-2007242eddf9ce9368132f07f6eb415bf4cc80f6.tar.xz |
Removed debug statements.
Diffstat (limited to 'openntpd-details-html.lsp')
-rw-r--r-- | openntpd-details-html.lsp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/openntpd-details-html.lsp b/openntpd-details-html.lsp index 125e4b4..bb68ed2 100644 --- a/openntpd-details-html.lsp +++ b/openntpd-details-html.lsp @@ -1,13 +1,6 @@ <% local data, viewlibrary = ... require("viewfunctions") %> -<% ---[[ DEBUG INFORMATION -io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>") -io.write(html.cfe_unpack(data)) -io.write("</span>") ---]] -%> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") |