summaryrefslogtreecommitdiffstats
path: root/web/html/packages.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/packages.php')
-rw-r--r--web/html/packages.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/web/html/packages.php b/web/html/packages.php
index 85012e0b..053756fe 100644
--- a/web/html/packages.php
+++ b/web/html/packages.php
@@ -26,15 +26,6 @@ if (isset($_GET['ID'])) {
html_header($title); # print out the HTML header
-# enable debugging
-#
-$DBUG = 0;
-if ($DBUG) {
- print "<pre>\n";
- print_r($_REQUEST);
- print "</pre>\n";
-}
-
# get login privileges
#
if (isset($_COOKIE["AURSID"])) {