diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-02-18 05:39:34 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-02-18 05:39:34 +0000 |
commit | c235dbb7ca0d09008224f80e96457bf29efcc3d3 (patch) | |
tree | 64806469b30615298b3ee9fe23c27b2ce85b6ffc | |
parent | 589c76e48e2e29305462248359f582dd84dbb61d (diff) |
Removed diagnostic printing.
-rw-r--r-- | lib/custodian/worker.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/custodian/worker.rb b/lib/custodian/worker.rb index 87f2c7e..52d00e1 100644 --- a/lib/custodian/worker.rb +++ b/lib/custodian/worker.rb @@ -150,7 +150,6 @@ module Custodian # Create the test-object from our class-factory # Custodian::TestFactory.create( job ).each do |test| - puts "CREATED FROM JOB: #{test.class}" process_single_test( test ) end end |