From 4b327acb2ae00aa1271ed87c65435105f6b7cf82 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Sun, 25 Oct 2009 15:08:26 +0000 Subject: [PATCH] remove debug info --- e107_handlers/bounce_handler.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/e107_handlers/bounce_handler.php b/e107_handlers/bounce_handler.php index 9403b6bbe..e90ee02d5 100644 --- a/e107_handlers/bounce_handler.php +++ b/e107_handlers/bounce_handler.php @@ -19,8 +19,6 @@ $bnc = new e107Bounce; $process = (varset($_GET['eml']) && $_E107['debug']) ? $_GET['eml'].".eml" : FALSE; $bnc->process($process); -print_a($_GET); - class e107Bounce {