summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipsectools-details-html.lsp5
-rw-r--r--ipsectools-uploadcert-html.lsp4
-rw-r--r--ipsectools-viewcert-html.lsp4
3 files changed, 0 insertions, 13 deletions
diff --git a/ipsectools-details-html.lsp b/ipsectools-details-html.lsp
index 18a7e79..863effb 100644
--- a/ipsectools-details-html.lsp
+++ b/ipsectools-details-html.lsp
@@ -1,10 +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(data))
-io.write("</span>")
---]]
%>
<% viewlibrary.dispatch_component("status") %>
diff --git a/ipsectools-uploadcert-html.lsp b/ipsectools-uploadcert-html.lsp
index ad503c3..fc1b408 100644
--- a/ipsectools-uploadcert-html.lsp
+++ b/ipsectools-uploadcert-html.lsp
@@ -1,10 +1,6 @@
<% local form, viewlibrary, page_info = ... %>
<% require("viewfunctions") %>
-<% --[[ DEBUG INFORMATION
-io.write(html.cfe_unpack(form))
---]] %>
-
<H1><%= html.html_escape(form.label) %></H1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
diff --git a/ipsectools-viewcert-html.lsp b/ipsectools-viewcert-html.lsp
index 1acb166..1c87e92 100644
--- a/ipsectools-viewcert-html.lsp
+++ b/ipsectools-viewcert-html.lsp
@@ -1,8 +1,4 @@
<% local view, viewlibrary = ... %>
-<% --[[ DEBUG INFORMATION
-io.write(html.cfe_unpack(view))
---]] %>
-
<H1>Certificate Details</H1>
<pre><%= html.html_escape(view.value.value) %></pre>