commit/galaxy-central: jgoecks: Remove debugging statement.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/7387d416d655/ changeset: 7387d416d655 user: jgoecks date: 2012-06-13 17:35:25 summary: Remove debugging statement. affected #: 1 file diff -r 7705869d2c7798dbd31b30d6a229cbc3b9ab3e87 -r 7387d416d655e086ad3b792058069ea82ce23a3c lib/galaxy/web/api/tools.py --- a/lib/galaxy/web/api/tools.py +++ b/lib/galaxy/web/api/tools.py @@ -135,7 +135,6 @@ # Run tool on region if region is specificied. run_on_regions = False regions = from_json_string( payload.get( 'regions', None ) ) - print regions, payload if regions: if isinstance( regions, dict ): # Regions is a single region. 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