commit/galaxy-central: james_taylor: web.framework: remove stray print
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a1d543da698d/ changeset: a1d543da698d user: james_taylor date: 2013-01-30 16:32:16 summary: web.framework: remove stray print affected #: 1 file diff -r 2fcef846289917ccf394bb2fabba8f36d55d0039 -r a1d543da698d3d127cd9d7fedd61bd1ac5a19872 lib/galaxy/web/framework/__init__.py --- a/lib/galaxy/web/framework/__init__.py +++ b/lib/galaxy/web/framework/__init__.py @@ -278,7 +278,6 @@ if not( fname.startswith( "_" ) ) and fname.endswith( ".py" ): name = fname[:-3] module_name = package_name + "." + name - print package_name, name, module_name try: module = import_module( module_name ) except ControllerUnavailable, 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)
-
Bitbucket