[Python-modules-commits] [python-social-auth] 183/322: Remove debug print

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit 70d06c4b9bef7eca8b003503f8ab860876e860d3
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Thu Mar 19 17:53:13 2015 -0300

    Remove debug print
---
 social/storage/sqlalchemy_orm.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/social/storage/sqlalchemy_orm.py b/social/storage/sqlalchemy_orm.py
index 6c105ed..978d2b9 100644
--- a/social/storage/sqlalchemy_orm.py
+++ b/social/storage/sqlalchemy_orm.py
@@ -48,7 +48,6 @@ class SQLAlchemyMixin(object):
             cls._session().flush()
         except AssertionError:
             with transaction.manager as manager:
-                print "COMMIT 5"
                 manager.commit()
 
     def save(self):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list