commit/galaxy-central: inithello: Removed log.debug.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/3880939e0186/ changeset: 3880939e0186 user: inithello date: 2013-02-01 21:31:33 summary: Removed log.debug. affected #: 1 file diff -r 3f49f8cc4c67f967275d9d214bf7d7b0e934b48e -r 3880939e0186a26f61d4793fafaaf6ab9f45c256 lib/galaxy/util/shed_util_common.py --- a/lib/galaxy/util/shed_util_common.py +++ b/lib/galaxy/util/shed_util_common.py @@ -2507,7 +2507,6 @@ log.debug( error_message ) return new_rd_tups, error_message try: - log.debug( dict(name=name) ) repository = sa_session.query( app.model.Repository ) \ .filter( and_( app.model.Repository.table.c.name == name, app.model.Repository.table.c.user_id == user.id ) ) \ Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket