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 {