diff options
-rwxr-xr-x | bin/send-comments | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/send-comments b/bin/send-comments index ce4318f71..22c2cef8f 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -125,9 +125,7 @@ while ( my $body = $bodies->next ) { ); } - if ( $comment->send_fail_count ) { - next if retry_timeout( $comment ); - } + next if !$verbose && $comment->send_fail_count && retry_timeout($comment); if ( $site eq 'fixmystreet.com' && $body->areas->{+COUNCIL_ID_BROMLEY} ) { my $extra = $comment->extra; |