commit/galaxy-central: jgoecks: Remove debugging statements from f34a17e508e5.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/33e2ae31dddd/ changeset: 33e2ae31dddd user: jgoecks date: 2011-11-01 18:43:10 summary: Remove debugging statements from f34a17e508e5. affected #: 1 file diff -r 9c7e4bb081b5db8850d4ad7854f721c4c9376552 -r 33e2ae31dddd0f494841aaa7f408aac9312b031b lib/galaxy/web/controllers/tracks.py --- a/lib/galaxy/web/controllers/tracks.py +++ b/lib/galaxy/web/controllers/tracks.py @@ -852,7 +852,6 @@ # Recursive function to set param value. def set_value( param_dict, group_name, group_index, param_name, param_value ): - print "searching", param_dict if group_name in param_dict: param_dict[ group_name ][ group_index ][ param_name ] = param_value return True @@ -866,7 +865,6 @@ if isinstance( value, dict ): return_val = set_value( value, group_name, group_index, param_name, param_value) if return_val: - print "setting parameter", param_dict return return_val return False 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