1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/2565580bb7cf/ changeset: 2565580bb7cf user: smcmanus date: 2012-10-05 02:48:46 summary: Cleanup: take out traceback and debug affected #: 3 files diff -r 029818b7e546a3b6835c49ef4f8694c5ac695dfb -r 2565580bb7cffd28c237ecafab1fbb46fe6185e9 lib/galaxy/webapps/galaxy/controllers/library_common.py --- a/lib/galaxy/webapps/galaxy/controllers/library_common.py +++ b/lib/galaxy/webapps/galaxy/controllers/library_common.py @@ -143,8 +143,6 @@ message=message, status=status ) except Exception, e: - import traceback - log.debug( "traceback: %s" % traceback.format_exc() ) message = 'Error attempting to display contents of library (%s): %s.' % ( str( library.name ), str( e ) ) status = 'error' default_action = params.get( 'default_action', None ) diff -r 029818b7e546a3b6835c49ef4f8694c5ac695dfb -r 2565580bb7cffd28c237ecafab1fbb46fe6185e9 lib/galaxy/webapps/galaxy/controllers/requests_admin.py --- a/lib/galaxy/webapps/galaxy/controllers/requests_admin.py +++ b/lib/galaxy/webapps/galaxy/controllers/requests_admin.py @@ -284,7 +284,6 @@ request_id = trans.security.encode_id( sample.request.id ) library_id = trans.security.encode_id( sample.library.id ) self.datatx_grid.title = 'Manage "%s" datasets' % sample.name - log.debug( "!!!!!!!!!!!!!!!!!!!!!!@@@@@@@@@@@@@@@@@@@@@@@##################" ) self.datatx_grid.global_actions = [ grids.GridAction( "Browse target data library", dict( controller='library_common', action='browse_library', diff -r 029818b7e546a3b6835c49ef4f8694c5ac695dfb -r 2565580bb7cffd28c237ecafab1fbb46fe6185e9 templates/library/common/library_dataset_search_results.mako --- a/templates/library/common/library_dataset_search_results.mako +++ b/templates/library/common/library_dataset_search_results.mako @@ -67,6 +67,7 @@ <% from galaxy import util from galaxy.web.controllers.library_common import branch_deleted + #from galaxy.webapps.galaxy.controllers.library_common import branch_deleted from time import strftime class RowCounter( object ): 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.