summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-31 15:16:52 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-31 15:16:52 +0000
commit82d6f49671e36f754ef10bc1efcdfc626e32605a (patch)
tree61a0b7a1b86542199bf22be4a8e96fd499a9c87b
parentec58e9bb56b0c79584b94fc172ee38969512ba78 (diff)
downloadacf-postgresql-82d6f49671e36f754ef10bc1efcdfc626e32605a.tar.bz2
acf-postgresql-82d6f49671e36f754ef10bc1efcdfc626e32605a.tar.xz
Removed debug statements.
-rw-r--r--postgresql-details-html.lsp5
-rw-r--r--postgresql-listfiles-html.lsp7
2 files changed, 0 insertions, 12 deletions
diff --git a/postgresql-details-html.lsp b/postgresql-details-html.lsp
index b8a4ce7..8f1363e 100644
--- a/postgresql-details-html.lsp
+++ b/postgresql-details-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>")
---]]
%>
<% viewlibrary.dispatch_component("status") %>
diff --git a/postgresql-listfiles-html.lsp b/postgresql-listfiles-html.lsp
index 55c92ad..40045c6 100644
--- a/postgresql-listfiles-html.lsp
+++ b/postgresql-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({"expert", "startstop"}, session) %>