summaryrefslogtreecommitdiffstats
path: root/interfaces-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-status-html.lsp')
-rw-r--r--interfaces-status-html.lsp17
1 files changed, 0 insertions, 17 deletions
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>")
---]]
-%>
-
-