summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-04-28 13:12:27 +0100
committerSteve Kemp <steve@steve.org.uk>2015-04-28 13:12:27 +0100
commite987910d0e1e0f16b5000f4cf2f4ba576761c1bd (patch)
tree5eb438007476de89ed2c9aaf879be94f5ff1e9cb /lib
parenta61bd9133165387a944fd6b1ddda7d787051235b (diff)
Removed temporary debugging puts
Diffstat (limited to 'lib')
-rw-r--r--lib/custodian/worker.rb10
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
#