From e987910d0e1e0f16b5000f4cf2f4ba576761c1bd Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 28 Apr 2015 13:12:27 +0100 Subject: Removed temporary debugging puts --- lib/custodian/worker.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/custodian') diff --git a/lib/custodian/worker.rb b/lib/custodian/worker.rb index 8d5e284..7910a29 100644 --- a/lib/custodian/worker.rb +++ b/lib/custodian/worker.rb @@ -171,16 +171,6 @@ module Custodian # result = test.run_test - - # - # TODO: This is temporary - # - if (result.is_a?(TrueClass)) || - (result.is_a?(FalseClass)) - puts 'ERROR: Class returned boolean' - end - - # # Invert the test, if the result was pass/fail # -- cgit v1.2.1