From ae314c5643eeae0fe840b26543a77fb765f36697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 11 Oct 2017 16:36:33 +0200 Subject: [PATCH] ogone: remove debugging statements --- eopayment/ogone.py | 2 -- 1 file changed, 2 deletions(-) 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':