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/pkgedit.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'web/html/pkgedit.php') 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 "
\n";
-	print_r($_REQUEST);
-	print "
\n"; -} - # Make sure this visitor is logged in # if (isset($_COOKIE["AURSID"])) { -- cgit v1.2.3-24-g4f1b