From 5fee58a0ee3ca0e05d87a147d65f0b7f16a87cfe Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 9 Feb 2017 01:50:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20print?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/pay_systems.py | 1 - 1 file changed, 1 deletion(-) diff --git a/abonapp/pay_systems.py b/abonapp/pay_systems.py index f4b7863..858e06b 100644 --- a/abonapp/pay_systems.py +++ b/abonapp/pay_systems.py @@ -36,7 +36,6 @@ def allpay(request): s = '_'.join((str(act), str(pay_account), serv_id or '', pay_id, SECRET)) md.update(bytes(s, 'utf-8')) our_sign = md.hexdigest() - print('Signs:', our_sign, sign, s) if our_sign != sign: return bad_ret(-101)