summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-31 15:18:48 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-31 15:18:48 +0000
commit72bba21cabeca40b43dc7859ef726a318109adac (patch)
tree36279c6f444f7058a78b52e06cc1af67585bee27
parent0be9cc50c885abe6a85bc398d999ab6cda2eb44a (diff)
downloadacf-tinydns-72bba21cabeca40b43dc7859ef726a318109adac.tar.bz2
acf-tinydns-72bba21cabeca40b43dc7859ef726a318109adac.tar.xz
Removed debug statements.
-rwxr-xr-xtinydns-config-html.lsp7
-rw-r--r--tinydns-listpermissions-html.lsp3
-rw-r--r--tinydns-view-html.lsp8
3 files changed, 0 insertions, 18 deletions
diff --git a/tinydns-config-html.lsp b/tinydns-config-html.lsp
index 9f10a4c..d02ed37 100755
--- a/tinydns-config-html.lsp
+++ b/tinydns-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/tinydns-listpermissions-html.lsp b/tinydns-listpermissions-html.lsp
index 608e7c5..195d3dc 100644
--- a/tinydns-listpermissions-html.lsp
+++ b/tinydns-listpermissions-html.lsp
@@ -1,8 +1,5 @@
<% local view, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
-<% --[[
- io.write(html.cfe_unpack(view))
---]] %>
<% displaycommandresults({"edituserpermisisons", "editrolepermissions"}, session) %>
diff --git a/tinydns-view-html.lsp b/tinydns-view-html.lsp
index 0c72d72..322abcb 100644
--- a/tinydns-view-html.lsp
+++ b/tinydns-view-html.lsp
@@ -42,14 +42,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(view))
-io.write("</span>")
---]]
-%>
-
<H1>DNS Entries
<% if view.filename then io.write(" for "..html.html_escape(string.gsub(view.filename, "^.*/", ""))) end %>
</H1>