summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-04-15 13:03:48 +0000
committerMika Havela <mika.havela@gmail.com>2008-04-15 13:03:48 +0000
commite7da5b6491cd46270957205049c272e3c46416f0 (patch)
tree39e7d55600e160e66f7878d25c92e71433a6a494
parentcb58f48100942a0fcf79e914fce6ab38b4a1427e (diff)
downloadacf-alpine-baselayout-e7da5b6491cd46270957205049c272e3c46416f0.tar.bz2
acf-alpine-baselayout-e7da5b6491cd46270957205049c272e3c46416f0.tar.xz
Removing the existens of a old library that's no longer needed.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@986 ab2d0c66-481e-0410-8bed-d214d4d58bed
-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))
---]]
-?>
-