summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-31 14:41:51 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-31 14:41:51 +0000
commitb6973485f12d5d58cdb3267fa5be496670a0d1c0 (patch)
treeb15bced2d0d14da08ef9e688c0b9a8b6481667c8
parentc43cc708d84d8e433e0db6b3dffe5d94c3e5da3b (diff)
downloadacf-alpine-baselayout-b6973485f12d5d58cdb3267fa5be496670a0d1c0.tar.bz2
acf-alpine-baselayout-b6973485f12d5d58cdb3267fa5be496670a0d1c0.tar.xz
Removed debug statements.
-rw-r--r--interfaces-read-html.lsp7
-rw-r--r--interfaces-status-html.lsp17
-rw-r--r--interfaces-update-html.lsp8
-rw-r--r--syslog-config-html.lsp7
-rw-r--r--syslog-loginfo-html.lsp7
5 files changed, 0 insertions, 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("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
-io.write(html.cfe_unpack(view))
-io.write("</span>")
---]]
-%>
<% 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("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
-io.write(html.cfe_unpack(view))
-io.write("</span>")
---]]
-%>
<H1>SYSTEM INFO</H1>
<DL>
@@ -16,13 +9,3 @@ displayitem(view.value.ipaddr)
displayitem(view.value.iproute)
%>
</DL>
-
-<%
---[[ DEBUG INFORMATION
-io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
-io.write(html.cfe_unpack(form))
-io.write("</span>")
---]]
-%>
-
-
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")
});
</script>
-<%
---[[ DEBUG INFORMATION
-io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
-io.write(html.cfe_unpack(form))
-io.write("</span>")
---]]
-%>
-
<h1><%= html.html_escape(form.label) %><% if page_info.action == "update" then io.write(html.html_escape(" - "..form.value.name.value)) end %></h1>
<%
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("<H1>Debugging</H1><span style='color:red'><H2>Debug Info:</H2>")
-io.write(html.cfe_unpack(form))
-io.write("</span>")
---]]
-%>
<% 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("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
-io.write(html.cfe_unpack(form))
-io.write("</span>")
---]]
-%>
<% ---[[ %>
<% if viewlibrary and viewlibrary.dispatch_component then