diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 16:37:43 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 16:37:43 +0000 |
commit | c7f1aaf980f109abcbd422b5c7b4428e5e127afb (patch) | |
tree | e2cb20610709d4c880cf041c7766ae6a12778b5c | |
parent | 9cd645ce993c9ca1534801c759f1ec7b283b0fbe (diff) |
Removed json library - we don't need/use it.
-rw-r--r-- | lib/custodian/worker.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/custodian/worker.rb b/lib/custodian/worker.rb index 49a298d..c8ea67b 100644 --- a/lib/custodian/worker.rb +++ b/lib/custodian/worker.rb @@ -4,7 +4,6 @@ # Standard modules # require 'beanstalk-client' -require 'json' require 'logger' |