diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-06-24 16:14:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-06-24 16:14:03 +0100 |
commit | 2b462f20d2479649c14efead2680a49543ca32d0 (patch) | |
tree | b3b65ba2f2018dc76355b92f9d7d12c93433bc0f /bin/send-daemon | |
parent | b6e026aad3424a966ac449bcacab7335731bad7f (diff) | |
parent | 4b780de3e34128a4581dbc4daead30be00ceadb4 (diff) |
Merge branch 'open311-post-devolved-update'
Diffstat (limited to 'bin/send-daemon')
-rwxr-xr-x | bin/send-daemon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/send-daemon b/bin/send-daemon index dee9e949f..ae54c2564 100755 --- a/bin/send-daemon +++ b/bin/send-daemon @@ -125,7 +125,6 @@ sub look_for_update { my ($body) = grep { $bodies->{$_} } @{$comment->problem->bodies_str_ids}; $body = $bodies->{$body}; - $updates->construct_open311($body); $updates->process_update($body, $comment); } |