diff options
Diffstat (limited to 'lib/custodian/worker.rb')
-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 |