aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-daemon
diff options
context:
space:
mode:
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);
}