From 5cb2198689c92f9a29eaba5eaa2267a34e5440e6 Mon Sep 17 00:00:00 2001 From: Michael Peick Date: Mon, 28 Oct 2019 21:58:44 +0100 Subject: [PATCH] Remove unnecessary comment. --- cmd/git-sync/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/git-sync/main.go b/cmd/git-sync/main.go index 643364b..20ecbf1 100644 --- a/cmd/git-sync/main.go +++ b/cmd/git-sync/main.go @@ -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