commit/galaxy-central: carlfeberhard: remove debugging
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/67a58714a972/ Changeset: 67a58714a972 User: carlfeberhard Date: 2013-04-09 22:42:08 Summary: remove debugging Affected #: 1 file diff -r 9a0d3c0735d7a6bccbe214f2c209a97a2df3831c -r 67a58714a972729eb27f08975646204e83753042 lib/galaxy/webapps/galaxy/controllers/root.py --- a/lib/galaxy/webapps/galaxy/controllers/root.py +++ b/lib/galaxy/webapps/galaxy/controllers/root.py @@ -156,8 +156,6 @@ show_deleted=True, show_hidden=True, show_purged=True ) for hda in hdas: try: - if hda.id >= 1058: - raise Exception( 'Bler blah bler' ) hda_dictionaries.append( self.get_hda_dict( trans, hda ) ) except Exception, exc: 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