From 82d6f49671e36f754ef10bc1efcdfc626e32605a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 31 Dec 2009 15:16:52 +0000 Subject: Removed debug statements. --- postgresql-details-html.lsp | 5 ----- postgresql-listfiles-html.lsp | 7 ------- 2 files changed, 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("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(data)) -io.write("
") ---]] %> <% 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("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(data)) -io.write("
") ---]] -%> <% displaycommandresults({"expert", "startstop"}, session) %> -- cgit v1.2.3