aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-comments
diff options
context:
space:
mode:
Diffstat (limited to 'bin/send-comments')
-rwxr-xr-xbin/send-comments3
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';