aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-daemon
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-06-24 16:14:03 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-06-24 16:14:03 +0100
commit2b462f20d2479649c14efead2680a49543ca32d0 (patch)
treeb3b65ba2f2018dc76355b92f9d7d12c93433bc0f /bin/send-daemon
parentb6e026aad3424a966ac449bcacab7335731bad7f (diff)
parent4b780de3e34128a4581dbc4daead30be00ceadb4 (diff)
Merge branch 'open311-post-devolved-update'
Diffstat (limited to 'bin/send-daemon')
-rwxr-xr-xbin/send-daemon1
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);
}