commit/galaxy-central: jmchilton: Remove stray print statements.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d7fb2045f0c5/ Changeset: d7fb2045f0c5 User: jmchilton Date: 2014-10-09 16:08:15+00:00 Summary: Remove stray print statements. This should maybe be backported to -stable? If anyone feels strongly that it should I will open a PR. Affected #: 1 file diff -r bda732e549b775718e31423c175a2f415f18a7b7 -r d7fb2045f0c5e31cb18b45799ace9bc4cfd15efe lib/galaxy/tools/actions/__init__.py --- a/lib/galaxy/tools/actions/__init__.py +++ b/lib/galaxy/tools/actions/__init__.py @@ -482,10 +482,8 @@ #process change_format tags if output.change_format: for change_elem in output.change_format: - print change_elem for when_elem in change_elem.findall( 'when' ): check = when_elem.get( 'input', None ) - print check if check is not None: try: if '$' not in check: 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