From e4912d22ea95dfc7dcd84cf919a94126ce1bd403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 30 Apr 2011 21:42:30 +0200 Subject: [PATCH] removing debugging statement --- eopayment/dummy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/eopayment/dummy.py b/eopayment/dummy.py index 1416778..c2dc719 100644 --- a/eopayment/dummy.py +++ b/eopayment/dummy.py @@ -19,7 +19,6 @@ class Payment(PaymentCommon): def request(self, amount, email=None, next_url=None): transaction_id = self.transaction_id(6, string.digits, 'dummy') - print 'next url:', next_url dest_url = 'http://perso.entrouvert.org/~fred/paiement/?return=%s&tid=%s&amount=%s' % ( urllib2.quote(next_url), transaction_id,