From 19db604764382bcf052893b8a6bb07e168e430b1 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 18 Feb 2015 05:39:34 +0000 Subject: Removed diagnostic printing. --- lib/custodian/worker.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.1