details: http://www.bx.psu.edu/hg/galaxy/rev/993bed7b5e26 changeset: 1541:993bed7b5e26 user: Greg Von Kuster <greg@bx.psu.edu> date: Thu Oct 02 13:18:50 2008 -0400 description: Remove a debug statement from root controller... 1 file(s) affected in this change: lib/galaxy/web/controllers/root.py diffs (11 lines): diff -r 0041f2ba49ed -r 993bed7b5e26 lib/galaxy/web/controllers/root.py --- a/lib/galaxy/web/controllers/root.py Thu Oct 02 12:45:03 2008 -0400 +++ b/lib/galaxy/web/controllers/root.py Thu Oct 02 13:18:50 2008 -0400 @@ -281,7 +281,6 @@ except: continue hda = self.app.model.HistoryDatasetAssociation.filter_by( dataset_id=id ).first() - log.debug("***hda.dataset_id: %s" % str( hda.dataset_id)) if hda: # Walk up parent hdas to find the containing history topmost_parent = hda