summaryrefslogtreecommitdiffstats
path: root/web/html/pkgedit.php
diff options
context:
space:
mode:
authorSimo Leone <simo@archlinux.org>2008-01-23 09:51:33 +0100
committerSimo Leone <simo@archlinux.org>2008-01-23 09:51:33 +0100
commit7bad8a8357773e7918e0b794dbec8a36ee9154ad (patch)
tree65374bd77f1a6abf41092aeb2919d3f10b4c6816 /web/html/pkgedit.php
parent2bcd8ff1db2b590121d14a616c8969348ca1dfe6 (diff)
downloadaur-7bad8a8357773e7918e0b794dbec8a36ee9154ad.tar.gz
aur-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/pkgedit.php')
-rw-r--r--web/html/pkgedit.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/html/pkgedit.php b/web/html/pkgedit.php
index 9eb2fe24..24b6e23a 100644
--- a/web/html/pkgedit.php
+++ b/web/html/pkgedit.php
@@ -10,13 +10,6 @@ check_sid(); # see if they're still logged in
html_header(); # print out the HTML header
$svn_idstr = "\$Id$";
-$DBUG = 0;
-if ($DBUG) {
- print "<pre>\n";
- print_r($_REQUEST);
- print "</pre>\n";
-}
-
# Make sure this visitor is logged in
#
if (isset($_COOKIE["AURSID"])) {