commit/galaxy-central: jmchilton: Remove stray log statements in previous commit.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c9ad7f354f48/ Changeset: c9ad7f354f48 User: jmchilton Date: 2014-05-14 23:13:32 Summary: Remove stray log statements in previous commit. Affected #: 1 file diff -r 170e2294712a2db7a703df8df62ace9a27fa1c9c -r c9ad7f354f48f546e11879ba864b60c48d6d52f8 lib/galaxy/workflow/extract.py --- a/lib/galaxy/workflow/extract.py +++ b/lib/galaxy/workflow/extract.py @@ -99,8 +99,6 @@ raise AssertionError( "Attempt to create workflow with job not connected to current history" ) job = jobs_by_id[ job_id ] tool_inputs, associations = step_inputs( trans, job ) - log.info("job %s has tool_inputs %s" % (job.id, tool_inputs) ) - log.info("associations are %s" % associations) step = model.WorkflowStep() step.type = 'tool' step.tool_id = job.tool_id @@ -114,7 +112,6 @@ input_collection = an_implicit_output_collection.find_implicit_input_collection( input_name ) if input_collection: other_hid = input_collection.hid - log.info("For input_name %s, have hid %s" % ( input_name, other_hid ) ) if other_hid in hid_to_output_pair: other_step, other_name = hid_to_output_pair[ other_hid ] conn = model.WorkflowStepConnection() 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)
-
commits-noreply@bitbucket.org