summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dansguardian-general-html.lsp8
-rw-r--r--dansguardian-html.lsp8
2 files changed, 0 insertions, 16 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp
index 278e98a..8f02f07 100644
--- a/dansguardian-general-html.lsp
+++ b/dansguardian-general-html.lsp
@@ -3,14 +3,6 @@ require("viewfunctions")
local form, viewlibrary, page_info, session = ...
%>
-<%
---[[ 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) %>
<% if viewlibrary and viewlibrary.dispatch_component then
diff --git a/dansguardian-html.lsp b/dansguardian-html.lsp
index 2f134db..d9ac2f5 100644
--- a/dansguardian-html.lsp
+++ b/dansguardian-html.lsp
@@ -2,14 +2,6 @@
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({"edit", "startstop"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then