From c9f5e3562b376cf172fbe3858b1fe3a36554145c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 31 Dec 2009 15:17:30 +0000 Subject: Removed debug statements. --- rrdtool-createrrd-html.lsp | 7 ------- rrdtool-listgraphs-html.lsp | 8 -------- rrdtool-newgraphcfg-html.lsp | 7 ------- rrdtool-viewgraph-popup.lsp | 7 ------- 4 files changed, 29 deletions(-) diff --git a/rrdtool-createrrd-html.lsp b/rrdtool-createrrd-html.lsp index dc0d2b2..7569279 100644 --- a/rrdtool-createrrd-html.lsp +++ b/rrdtool-createrrd-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({"createrrd"}, session) %>

Create new RRD

diff --git a/rrdtool-listgraphs-html.lsp b/rrdtool-listgraphs-html.lsp index 3776f54..4cfe2b1 100644 --- a/rrdtool-listgraphs-html.lsp +++ b/rrdtool-listgraphs-html.lsp @@ -2,14 +2,6 @@ require("viewfunctions") %> -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(data)) -io.write("
") ---]] -%> -