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 | 25d00916d04e3259843fa5b79591c82250f5bc15 (patch) | |
tree | e2cb20610709d4c880cf041c7766ae6a12778b5c /lib | |
parent | c0c7e79715ab8e062c32a62a12680198599cf9f5 (diff) |
Removed json library - we don't need/use it.
Diffstat (limited to 'lib')
-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' |