diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-31 15:15:07 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-31 15:15:07 +0000 |
commit | 40ea2f5655099e4200df6f542d77dbc0548a6636 (patch) | |
tree | 8e53ed19d0342e12c66b56c7fe2da1fd9ee7a50d | |
parent | 458fe35ccda89870354d5bbead30c4e3144b5c98 (diff) | |
download | acf-mdadm-40ea2f5655099e4200df6f542d77dbc0548a6636.tar.bz2 acf-mdadm-40ea2f5655099e4200df6f542d77dbc0548a6636.tar.xz |
Removed debug statements.
-rw-r--r-- | mdadm-details-html.lsp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mdadm-details-html.lsp b/mdadm-details-html.lsp index b8a4ce7..8f1363e 100644 --- a/mdadm-details-html.lsp +++ b/mdadm-details-html.lsp @@ -1,10 +1,5 @@ <% local data, viewlibrary = ... require("viewfunctions") ---[[ DEBUG INFORMATION -io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>") -io.write(html.cfe_unpack(data)) -io.write("</span>") ---]] %> <% viewlibrary.dispatch_component("status") %> |