diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-31 15:18:48 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-31 15:18:48 +0000 |
commit | 72bba21cabeca40b43dc7859ef726a318109adac (patch) | |
tree | 36279c6f444f7058a78b52e06cc1af67585bee27 /tinydns-view-html.lsp | |
parent | 0be9cc50c885abe6a85bc398d999ab6cda2eb44a (diff) | |
download | acf-tinydns-72bba21cabeca40b43dc7859ef726a318109adac.tar.bz2 acf-tinydns-72bba21cabeca40b43dc7859ef726a318109adac.tar.xz |
Removed debug statements.
Diffstat (limited to 'tinydns-view-html.lsp')
-rw-r--r-- | tinydns-view-html.lsp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tinydns-view-html.lsp b/tinydns-view-html.lsp index 0c72d72..322abcb 100644 --- a/tinydns-view-html.lsp +++ b/tinydns-view-html.lsp @@ -42,14 +42,6 @@ require("viewfunctions") }); </script> -<% ---[[ DEBUG INFORMATION -io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>") -io.write(html.cfe_unpack(view)) -io.write("</span>") ---]] -%> - <H1>DNS Entries <% if view.filename then io.write(" for "..html.html_escape(string.gsub(view.filename, "^.*/", ""))) end %> </H1> |