From bc75b0ff3131f5749bd196f933b761d2260efa6d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 31 Dec 2009 15:11:14 +0000 Subject: Removed debug statements. --- chrony-config-html.lsp | 7 ------- chrony-details-html.lsp | 7 ------- 2 files changed, 14 deletions(-) diff --git a/chrony-config-html.lsp b/chrony-config-html.lsp index 3768699..96d07ee 100644 --- a/chrony-config-html.lsp +++ b/chrony-config-html.lsp @@ -1,13 +1,6 @@ <% local form, viewlibrary, page_info, session = ... require("viewfunctions") %> -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(form)) -io.write("
") ---]] -%> <% displaycommandresults({"startstop"}, session) %> diff --git a/chrony-details-html.lsp b/chrony-details-html.lsp index ee3aeb1..245912d 100644 --- a/chrony-details-html.lsp +++ b/chrony-details-html.lsp @@ -1,13 +1,6 @@ <% 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") %> -- cgit v1.2.3