diff --git a/eopayment/ogone.py b/eopayment/ogone.py index d5e46ea..136462b 100644 --- a/eopayment/ogone.py +++ b/eopayment/ogone.py @@ -550,8 +550,6 @@ class Payment(PaymentCommon): signature = params.get('SHASIGN') expected_signature = self.sha_sign_out(params) signed = signature == expected_signature - print 'signed', signature - print 'expected', expected_signature if status == '1': result = CANCELLED elif status == '2':