summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-31 15:15:30 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-31 15:15:30 +0000
commit2007242eddf9ce9368132f07f6eb415bf4cc80f6 (patch)
tree0311140d96ebcc0278a5acc491bc75565e3f48d9
parent126b2ccd036f264a77d98a3e697e28702b3e25f5 (diff)
downloadacf-openntpd-2007242eddf9ce9368132f07f6eb415bf4cc80f6.tar.bz2
acf-openntpd-2007242eddf9ce9368132f07f6eb415bf4cc80f6.tar.xz
Removed debug statements.
-rw-r--r--openntpd-config-html.lsp7
-rw-r--r--openntpd-details-html.lsp7
2 files changed, 0 insertions, 14 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp
index 3c03dc1..b837080 100644
--- a/openntpd-config-html.lsp
+++ b/openntpd-config-html.lsp
@@ -1,13 +1,6 @@
<% local form, viewlibrary, page_info, session = ...
require("viewfunctions")
%>
-<%
---[[ 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>")
---]]
-%>
<% displaycommandresults({"startstop"}, session) %>
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")