From 2007242eddf9ce9368132f07f6eb415bf4cc80f6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 31 Dec 2009 15:15:30 +0000 Subject: Removed debug statements. --- openntpd-config-html.lsp | 7 ------- openntpd-details-html.lsp | 7 ------- 2 files changed, 14 deletions(-) diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp index 3c03dc1..b837080 100644 --- a/openntpd-config-html.lsp +++ b/openntpd-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/openntpd-details-html.lsp b/openntpd-details-html.lsp index 125e4b4..bb68ed2 100644 --- a/openntpd-details-html.lsp +++ b/openntpd-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("
") ---]] -%> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") -- cgit v1.2.3