summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-31 15:17:57 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-31 15:17:57 +0000
commit9f9697c88ced911acbdea09015a056bff4fddfb7 (patch)
tree5f4d78c1ff3f11913ed6441beec99b11a5be1ba5
parent2b658d01373bee78caf754e8de84f5042f0b43a2 (diff)
downloadacf-shorewall-9f9697c88ced911acbdea09015a056bff4fddfb7.tar.bz2
acf-shorewall-9f9697c88ced911acbdea09015a056bff4fddfb7.tar.xz
Removed debug statements.
-rw-r--r--shorewall-config-html.lsp5
-rw-r--r--shorewall-details-html.lsp7
-rw-r--r--shorewall-listfiles-html.lsp7
-rw-r--r--shorewall-logfile-html.lsp5
4 files changed, 0 insertions, 24 deletions
diff --git a/shorewall-config-html.lsp b/shorewall-config-html.lsp
index c14d453..749c520 100644
--- a/shorewall-config-html.lsp
+++ b/shorewall-config-html.lsp
@@ -1,10 +1,5 @@
<% local form,viewlibrary = ...
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>")
---]]
local descr = {
['interfaces'] = {
diff --git a/shorewall-details-html.lsp b/shorewall-details-html.lsp
index b0643eb..00cf92f 100644
--- a/shorewall-details-html.lsp
+++ b/shorewall-details-html.lsp
@@ -1,12 +1,5 @@
<% 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(viewlibrary))
-io.write("----------")
-io.write(html.cfe_unpack(data))
-io.write("</span>")
---]]
%>
<% if viewlibrary and viewlibrary.dispatch_component then
diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp
index 8e0c646..c28c3a9 100644
--- a/shorewall-listfiles-html.lsp
+++ b/shorewall-listfiles-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({"edit", "check", "startstop"}, session) %>
diff --git a/shorewall-logfile-html.lsp b/shorewall-logfile-html.lsp
index e939464..b99560c 100644
--- a/shorewall-logfile-html.lsp
+++ b/shorewall-logfile-html.lsp
@@ -1,10 +1,5 @@
<% 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