From ff83f0aaa727cf09225a76cf9caa287f4f016118 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 31 Dec 2009 15:16:17 +0000 Subject: Removed debug statements. --- openvpn-uploadcert-html.lsp | 4 ---- openvpn-viewcert-html.lsp | 4 ---- 2 files changed, 8 deletions(-) diff --git a/openvpn-uploadcert-html.lsp b/openvpn-uploadcert-html.lsp index ad503c3..fc1b408 100644 --- a/openvpn-uploadcert-html.lsp +++ b/openvpn-uploadcert-html.lsp @@ -1,10 +1,6 @@ <% local form, viewlibrary, page_info = ... %> <% require("viewfunctions") %> -<% --[[ DEBUG INFORMATION -io.write(html.cfe_unpack(form)) ---]] %> -

<%= html.html_escape(form.label) %>

<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action diff --git a/openvpn-viewcert-html.lsp b/openvpn-viewcert-html.lsp index 1acb166..1c87e92 100644 --- a/openvpn-viewcert-html.lsp +++ b/openvpn-viewcert-html.lsp @@ -1,8 +1,4 @@ <% local view, viewlibrary = ... %> -<% --[[ DEBUG INFORMATION -io.write(html.cfe_unpack(view)) ---]] %> -

Certificate Details

<%= html.html_escape(view.value.value) %>
-- cgit v1.2.3