From 7bad8a8357773e7918e0b794dbec8a36ee9154ad Mon Sep 17 00:00:00 2001 From: Simo Leone Date: Wed, 23 Jan 2008 02:51:33 -0600 Subject: 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 --- web/html/pkgsubmit.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'web/html/pkgsubmit.php') diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 2c0c7d0..1b74ce7 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -13,20 +13,10 @@ echo "
\n"; echo "
".__("Submit")."
\n"; echo "
\n"; -# Debugging -$DBUG = 0; - if ($_COOKIE["AURSID"]) { # track upload errors # $error = ""; - if ($DBUG) { - print "
\n";
-		print_r($_REQUEST);
-        print "
"; - print_r($_FILES); - print "
\n"; - } if ($_REQUEST["pkgsubmit"]) { #Before processing, make sure we even have a file -- cgit v1.2.3-54-g00ecf