diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/send-comments | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/send-comments b/bin/send-comments index fc2ab42bd..3549113c9 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -26,9 +26,6 @@ use mySociety::EmailUtil; use Open311; -# maximum number of webservice attempts to send before not trying any more (XXX may be better in config?) -use constant SEND_FAIL_RETRIES_CUTOFF => 3; - # send_method config values found in by-area config data, for selecting to appropriate method use constant SEND_METHOD_EMAIL => 'email'; use constant SEND_METHOD_OPEN311 => 'Open311'; |