summaryrefslogtreecommitdiffstats
path: root/rrdtool-viewgraph-popup.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool-viewgraph-popup.lsp')
-rw-r--r--rrdtool-viewgraph-popup.lsp7
1 files changed, 0 insertions, 7 deletions
diff --git a/rrdtool-viewgraph-popup.lsp b/rrdtool-viewgraph-popup.lsp
index 26fd878..80b55c0 100644
--- a/rrdtool-viewgraph-popup.lsp
+++ b/rrdtool-viewgraph-popup.lsp
@@ -2,13 +2,6 @@
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>")
---]]
-%>
<% if (data.graph.width) then %>
<P><%= data.descr %></P>
<IMG SRC='<%= data.output %>' width='<%= data.graph.width or data.option.width %>' height='<%= data.graph.height or data.option.height %>'>