summaryrefslogtreecommitdiffstats
path: root/app/acf-util/password-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/password-html.lsp')
-rwxr-xr-xapp/acf-util/password-html.lsp8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/acf-util/password-html.lsp b/app/acf-util/password-html.lsp
index 5f081c3..d845316 100755
--- a/app/acf-util/password-html.lsp
+++ b/app/acf-util/password-html.lsp
@@ -22,11 +22,3 @@ io.write("</span>")
local order = { "userid", "username", "roles", "password", "password_confirm" }
displayform(form, order)
?>
-
-<?
---[[ 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>")
---]]
-?>