commit/galaxy-central: carlfeberhard: Fix: remove debugging statement
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e2915d9600c2/ Changeset: e2915d9600c2 User: carlfeberhard Date: 2015-01-22 22:55:14+00:00 Summary: Fix: remove debugging statement Affected #: 1 file diff -r 7ae2d8430ffc05c779ebbac8c416dbdd47ebcc74 -r e2915d9600c2f461702177f08ab597ce2a7d88ab lib/galaxy/managers/annotatable.py --- a/lib/galaxy/managers/annotatable.py +++ b/lib/galaxy/managers/annotatable.py @@ -28,7 +28,6 @@ user = trans.user sa_session = self.app.model.context returned = item.get_item_annotation_str( sa_session, user, item ) - print 'annotation:', returned, type( returned ) return returned 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)
-
commits-noreply@bitbucket.org