summaryrefslogtreecommitdiff
path: root/web/html/pkgsubmit.php
diff options
context:
space:
mode:
authorSimo Leone <simo@archlinux.org>2008-01-23 02:51:33 -0600
committerSimo Leone <simo@archlinux.org>2008-01-23 02:51:33 -0600
commit7bad8a8357773e7918e0b794dbec8a36ee9154ad (patch)
tree65374bd77f1a6abf41092aeb2919d3f10b4c6816 /web/html/pkgsubmit.php
parent2bcd8ff1db2b590121d14a616c8969348ca1dfe6 (diff)
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/pkgsubmit.php')
-rw-r--r--web/html/pkgsubmit.php10
1 files changed, 0 insertions, 10 deletions
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 "<div class=\"pgbox\">\n";
echo " <div class=\"pgboxtitle\"><span class=\"f3\">".__("Submit")."</span></div>\n";
echo " <div class=\"pgboxbody\">\n";
-# Debugging
-$DBUG = 0;
-
if ($_COOKIE["AURSID"]) {
# track upload errors
#
$error = "";
- if ($DBUG) {
- print "</center><pre>\n";
- print_r($_REQUEST);
- print "<br>";
- print_r($_FILES);
- print "</pre><center>\n";
- }
if ($_REQUEST["pkgsubmit"]) {
#Before processing, make sure we even have a file