summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--health-storage-html.lsp6
-rw-r--r--health-system-html.lsp6
-rw-r--r--logfiles-view-html.lsp7
3 files changed, 0 insertions, 19 deletions
diff --git a/health-storage-html.lsp b/health-storage-html.lsp
index 7b8f149..f8f5b73 100644
--- a/health-storage-html.lsp
+++ b/health-storage-html.lsp
@@ -37,9 +37,3 @@
<h2>Disk partitions</h2>
<pre><?= view.storage.partitions ?></pre>
-<?
---[[ DEBUG INFORMATION
-require("debugs")
-io.write(debugs.variables(view))
---]]
-?>
diff --git a/health-system-html.lsp b/health-system-html.lsp
index f9163cd..ee7feb9 100644
--- a/health-system-html.lsp
+++ b/health-system-html.lsp
@@ -27,9 +27,3 @@
</TR>
</TABLE>
-<?
---[[ DEBUG INFORMATION
-require("debugs")
-io.write(debugs.variables(view))
---]]
-?>
diff --git a/logfiles-view-html.lsp b/logfiles-view-html.lsp
index 88c2344..299e895 100644
--- a/logfiles-view-html.lsp
+++ b/logfiles-view-html.lsp
@@ -18,10 +18,3 @@
<h2>Content</h2>
<textarea name=""><? io.write(view.logfile.value) ?></textarea>
-<?
---[[ DEBUG INFORMATION
-require("debugs")
-io.write(debugs.variables(view))
---]]
-?>
-