[hg] galaxy 3212: Remove print debug
details: http://www.bx.psu.edu/hg/galaxy/rev/3aa8c1020261 changeset: 3212:3aa8c1020261 user: Dan Blankenberg <dan@bx.psu.edu> date: Thu Jan 07 11:13:38 2010 -0500 description: Remove print debug diffstat: lib/galaxy/tools/__init__.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 81e2fad33ec3 -r 3aa8c1020261 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py Thu Jan 07 10:01:34 2010 -0500 +++ b/lib/galaxy/tools/__init__.py Thu Jan 07 11:13:38 2010 -0500 @@ -1550,7 +1550,6 @@ out.close() def exec_after_process( self, app, inp_data, out_data, param_dict, job = None ): - log.debug('after proc called') name, data = out_data.items()[0] data.set_size() #TODO: these should be already be set before the tool runs:
participants (1)
-
Greg Von Kuster