summaryrefslogtreecommitdiffstats
path: root/quagga-expert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'quagga-expert-html.lsp')
-rw-r--r--quagga-expert-html.lsp15
1 files changed, 0 insertions, 15 deletions
diff --git a/quagga-expert-html.lsp b/quagga-expert-html.lsp
index cf70091..19bda27 100644
--- a/quagga-expert-html.lsp
+++ b/quagga-expert-html.lsp
@@ -1,12 +1,5 @@
<? local form = ... ?>
<?
---[[ 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>")
---]]
-?>
-<?
function displayinfo(myform,tags,viewtype)
for k,v in pairs(tags) do
if (myform[v]) and (myform[v]["value"]) then
@@ -103,11 +96,3 @@ if (cmdform) and (cmdform[tags[1]]) then
io.write('</dl></form>')
end ?>
-<?
---[[ 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>")
---]]
-?>
-