summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-31 15:12:32 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-31 15:12:32 +0000
commitc61bf39744cbfa6dd893430ef1e8f6736448e052 (patch)
tree856e52cbaf7d73346d4aee88532a53733f640c9c
parent9b9f732ca7b6fa30143aa4b32b881c2e6d19222c (diff)
downloadacf-dnscache-c61bf39744cbfa6dd893430ef1e8f6736448e052.tar.bz2
acf-dnscache-c61bf39744cbfa6dd893430ef1e8f6736448e052.tar.xz
Removed debug statements.
-rw-r--r--dnscache-config-html.lsp7
-rw-r--r--dnscache-editdomain-html.lsp7
-rw-r--r--dnscache-listdomains-html.lsp7
3 files changed, 0 insertions, 21 deletions
diff --git a/dnscache-config-html.lsp b/dnscache-config-html.lsp
index 9272f40..1d80b3d 100644
--- a/dnscache-config-html.lsp
+++ b/dnscache-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/dnscache-editdomain-html.lsp b/dnscache-editdomain-html.lsp
index e3cd759..e0fbb11 100644
--- a/dnscache-editdomain-html.lsp
+++ b/dnscache-editdomain-html.lsp
@@ -1,13 +1,6 @@
<% local form, viewlibrary, page_info = ...
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>")
---]]
-%>
<H1><%= html.html_escape(form.label) %></H1>
<%
diff --git a/dnscache-listdomains-html.lsp b/dnscache-listdomains-html.lsp
index 45d3e7f..347738b 100644
--- a/dnscache-listdomains-html.lsp
+++ b/dnscache-listdomains-html.lsp
@@ -1,13 +1,6 @@
<% local data, 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(data))
-io.write("</span>")
---]]
-%>
<% displaycommandresults({"editdomain", "deletedomain"}, session) %>
<% displaycommandresults({"createdomain"}, session, true) %>