diff options
author | Simo Leone <simo@archlinux.org> | 2008-01-23 02:51:33 -0600 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-01-23 02:51:33 -0600 |
commit | 7bad8a8357773e7918e0b794dbec8a36ee9154ad (patch) | |
tree | 65374bd77f1a6abf41092aeb2919d3f10b4c6816 /web/html/packages.php | |
parent | 2bcd8ff1db2b590121d14a616c8969348ca1dfe6 (diff) | |
download | aurweb-7bad8a8357773e7918e0b794dbec8a36ee9154ad.tar.xz |
Removed QBUG and DBUG
It was broken and hardly used. It's just as easy
to add short print statements or logging if
some debugging output is needed.
Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'web/html/packages.php')
-rw-r--r-- | web/html/packages.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/web/html/packages.php b/web/html/packages.php index 85012e0..053756f 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"])) { |