summaryrefslogtreecommitdiff
path: root/lib/custodian/worker.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-02-18 05:39:34 +0000
committerSteve Kemp <steve@steve.org.uk>2015-02-18 05:39:34 +0000
commit19db604764382bcf052893b8a6bb07e168e430b1 (patch)
tree27d968a591abf5ed9ca034e446858bff7ddad220 /lib/custodian/worker.rb
parentb6f7fa6494bf8bd4b8132716628b0a3a0b89ba3e (diff)
Removed diagnostic printing.
Diffstat (limited to 'lib/custodian/worker.rb')
-rw-r--r--lib/custodian/worker.rb1
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