diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php index 06f81fccea3..22efe3d18af 100644 --- a/htdocs/public/payment/newpayment.php +++ b/htdocs/public/payment/newpayment.php @@ -138,8 +138,6 @@ if ($source == 'conferencesubscription') { if ($resultattendee <= 0) { setEventMessages(null, $attendee->errors, "errors"); } - var_dump($attendee); - exit; } } }