diff options
Diffstat (limited to 'web/html/pkgedit.php')
-rw-r--r-- | web/html/pkgedit.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web/html/pkgedit.php b/web/html/pkgedit.php index 9eb2fe2..24b6e23 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"])) { |