diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-06-23 16:30:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-06-23 18:18:26 +0100 |
commit | 4b780de3e34128a4581dbc4daead30be00ceadb4 (patch) | |
tree | 3e52feb4e64c9752d5d73098bd74986846850333 /bin | |
parent | 58a7df7603b657e8b56bae9b46a0451b4534e9ad (diff) |
[Open311] Use devolved data on update sending.
Diffstat (limited to 'bin')
-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); } |