commit/galaxy-central: natefoo: Remove spurious debugging statement.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4f01c6a8693e/ changeset: 4f01c6a8693e user: natefoo date: 2013-01-16 18:30:24 summary: Remove spurious debugging statement. affected #: 1 file diff -r ee6ddbd3fcb35845239ea82c9062c4893e88c37e -r 4f01c6a8693e855da6abad43112afe7447da6e82 lib/galaxy/web/framework/__init__.py --- a/lib/galaxy/web/framework/__init__.py +++ b/lib/galaxy/web/framework/__init__.py @@ -274,7 +274,6 @@ from galaxy.web.base.controller import ControllerUnavailable package = import_module( package_name ) controller_dir = package.__path__[0] - print ">>>", controller_dir, package.__path__ for fname in os.listdir( controller_dir ): if not( fname.startswith( "_" ) ) and fname.endswith( ".py" ): name = fname[:-3] 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