From a3f4ffcd2ce70c720e956ff56640fd85228d3763 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 18 Dec 2015 11:47:11 +0200 Subject: Removed the diagnostic output of the test-scores --- lib/custodian/queue.rb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1