summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2008-01-11 12:26:50 +0100
committerOliver Tappe2008-01-11 12:26:50 +0100
commit00947ac3758e47b43409fbd75567a0ab8d0c08fe (patch)
tree4e71deb834ebafe726aefecca74a2d7f14975508 /config-db
parent* added support to the config-demuxer for PXE-theming, i.e. it will look (diff)
downloadcore-00947ac3758e47b43409fbd75567a0ab8d0c08fe.tar.gz
core-00947ac3758e47b43409fbd75567a0ab8d0c08fe.tar.xz
core-00947ac3758e47b43409fbd75567a0ab8d0c08fe.zip
* oops, remove debug output :-/
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1462 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index fe362daf..a57d3b50 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -448,8 +448,6 @@ sub writePXEMenus
$pxeConfig .= $slxLabels;
}
-print "$pxeConfig\n";
-
# PXE uses 'cp850' (codepage 850) but our string is in utf-8, we have
# to convert in order to avoid showing gibberish on the client side...
use Encode 'from_to';