commit/galaxy-central: carlfeberhard: 07193baab386 cleanup: remove print
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2b8ec615dea7/ Changeset: 2b8ec615dea7 User: carlfeberhard Date: 2013-11-08 17:07:17 Summary: 07193baab386 cleanup: remove print Affected #: 1 file diff -r 07193baab386447cb08eea42460dd4c544097c36 -r 2b8ec615dea714f4e01c087efddf795d50e83742 lib/galaxy/visualization/registry.py --- a/lib/galaxy/visualization/registry.py +++ b/lib/galaxy/visualization/registry.py @@ -164,7 +164,6 @@ # default to visualization name, titlecase, and replace underscores link_text = visualization_name.title().replace( '_', ' ' ) render_location = visualization.config.get( 'render_location', 'galaxy_main' ) - print '-'*20, 'render_location:', render_location # remap some of these vars for direct use in ui.js, PopupMenu (e.g. text->html) return { 'href' : url, 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