From b6973485f12d5d58cdb3267fa5be496670a0d1c0 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 31 Dec 2009 14:41:51 +0000 Subject: Removed debug statements. --- interfaces-read-html.lsp | 7 ------- interfaces-status-html.lsp | 17 ----------------- interfaces-update-html.lsp | 8 -------- syslog-config-html.lsp | 7 ------- syslog-loginfo-html.lsp | 7 ------- 5 files changed, 46 deletions(-) diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp index 2409f10..fe5509f 100644 --- a/interfaces-read-html.lsp +++ b/interfaces-read-html.lsp @@ -1,13 +1,6 @@ <% local view, viewlibrary, page_info, session = ... require("viewfunctions") %> -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(view)) -io.write("
") ---]] -%> <% showoption = function(option) if option.errtxt or option.value ~= "" then %> diff --git a/interfaces-status-html.lsp b/interfaces-status-html.lsp index 8ab9596..0dc8581 100644 --- a/interfaces-status-html.lsp +++ b/interfaces-status-html.lsp @@ -1,12 +1,5 @@ <% local view = ... %> <% require("viewfunctions") %> -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

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

SYSTEM INFO

@@ -16,13 +9,3 @@ displayitem(view.value.ipaddr) displayitem(view.value.iproute) %>
- -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(form)) -io.write("
") ---]] -%> - - diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp index f796beb..7ef2acd 100644 --- a/interfaces-update-html.lsp +++ b/interfaces-update-html.lsp @@ -143,14 +143,6 @@ require("viewfunctions") }); -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

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

<%= html.html_escape(form.label) %><% if page_info.action == "update" then io.write(html.html_escape(" - "..form.value.name.value)) end %>

<% if page_info.action == "update" then diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp index dd9ad02..87ba98f 100644 --- a/syslog-config-html.lsp +++ b/syslog-config-html.lsp @@ -1,12 +1,5 @@ <% local form, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> -<% ---[[ DEBUG INFORMATION -io.write("

Debugging

Debug Info:

") -io.write(html.cfe_unpack(form)) -io.write("
") ---]] -%> <% displaycommandresults({"startstop"}, session) %> diff --git a/syslog-loginfo-html.lsp b/syslog-loginfo-html.lsp index ad3b08d..91b24c4 100644 --- a/syslog-loginfo-html.lsp +++ b/syslog-loginfo-html.lsp @@ -1,12 +1,5 @@ <% local form, viewlibrary = ... %> <% require("viewfunctions") %> -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(form)) -io.write("
") ---]] -%> <% ---[[ %> <% if viewlibrary and viewlibrary.dispatch_component then -- cgit v1.2.3