diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-04-28 13:12:27 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-04-28 13:12:27 +0100 |
commit | 1a71d2165250c91041b3801a0584c8b83a35cf48 (patch) | |
tree | acf4ed2bc56a0632374b8548158fbe680bc13cab /lib | |
parent | 6ff2a3883c5cd3b0bef18ba27728059c4bc34552 (diff) |
Removed temporary debugging puts
Diffstat (limited to 'lib')
-rw-r--r-- | lib/custodian/worker.rb | 10 |
1 files changed, 0 insertions, 10 deletions
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 # |