diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-12-18 11:47:11 +0200 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-12-18 11:47:11 +0200 |
commit | a3f4ffcd2ce70c720e956ff56640fd85228d3763 (patch) | |
tree | e7f4fb4f64fc482e40abc5fbd2495b5e4e11a747 | |
parent | 8410082bfd90e390ecae391433263fa4ff40c037 (diff) |
Removed the diagnostic output of the test-scores
-rw-r--r-- | lib/custodian/queue.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/custodian/queue.rb b/lib/custodian/queue.rb index 1e84c3d..d919e07 100644 --- a/lib/custodian/queue.rb +++ b/lib/custodian/queue.rb @@ -144,7 +144,6 @@ module Custodian # Bound the number to something sane. score = score & 0xFFFF - puts job_string, score @redis.zadd('custodian_queue', score, job_string) end |