From 72bba21cabeca40b43dc7859ef726a318109adac Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 31 Dec 2009 15:18:48 +0000 Subject: Removed debug statements. --- tinydns-view-html.lsp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tinydns-view-html.lsp') 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") }); -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(view)) -io.write("
") ---]] -%> -

DNS Entries <% if view.filename then io.write(" for "..html.html_escape(string.gsub(view.filename, "^.*/", ""))) end %>

-- cgit v1.2.3