diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 15:58:36 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 15:58:36 +0000 |
commit | b036340362814801e42e31cc1fc299f33c284894 (patch) | |
tree | c48715dd6caadb97c76e8a41f6ce11e5d8a64219 /bin | |
parent | 9939c9f857d63e299a140b0e0dadc1b488129579 (diff) |
Removed the reference to the alerter - that comes from the worker.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/custodian-dequeue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index f9b397b..2d907f4 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -56,7 +56,6 @@ require 'getoptlong' # Our code. # require 'custodian/worker.rb' -require 'custodian/alerter.rb' |