diff options
Diffstat (limited to 'shorewall-details-html.lsp')
-rw-r--r-- | shorewall-details-html.lsp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shorewall-details-html.lsp b/shorewall-details-html.lsp index b0643eb..00cf92f 100644 --- a/shorewall-details-html.lsp +++ b/shorewall-details-html.lsp @@ -1,12 +1,5 @@ <% local data, viewlibrary = ... require("viewfunctions") ---[[ DEBUG INFORMATION -io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>") -io.write(html.cfe_unpack(viewlibrary)) -io.write("----------") -io.write(html.cfe_unpack(data)) -io.write("</span>") ---]] %> <% if viewlibrary and viewlibrary.dispatch_component then |