diff options
Diffstat (limited to 'openntpd-details-html.lsp')
-rw-r--r-- | openntpd-details-html.lsp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/openntpd-details-html.lsp b/openntpd-details-html.lsp index 125e4b4..bb68ed2 100644 --- a/openntpd-details-html.lsp +++ b/openntpd-details-html.lsp @@ -1,13 +1,6 @@ <% 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(data)) -io.write("</span>") ---]] -%> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") |