Remove unnecessary comment.

This commit is contained in:
Michael Peick 2019-10-28 21:58:44 +01:00
parent 440eac730e
commit 5cb2198689
1 changed files with 0 additions and 2 deletions

View File

@ -701,8 +701,6 @@ func triggerWebhook(ctx context.Context, webhook *Webhook, rev, gitRoot, dest st
return err
}
// Trigger webhooks to be called. We do a non-blocking write to the channel as we
// don't want to backup the syncing locally because we can't complete a webhook call.
webhook.Data.UpdateAndTrigger(hash)
return nil