removed unecessary logs

This commit is contained in:
Zac 2018-08-30 16:29:59 -07:00 committed by Thomas Jackson
parent 6b8aac0b83
commit 160d68f29c
2 changed files with 0 additions and 3 deletions

View File

@ -308,7 +308,6 @@ func updateSymlink(ctx context.Context, gitRoot, link, newDir string) error {
}
// Trigger webhooks to be called
log.V(0).Infof("sending webhook trigger ...\n")
WebhookCallTriggerChannel <- struct{}{}
return nil

View File

@ -57,8 +57,6 @@ func ServeWebhooks() {
// Wait for trigger
<- WebhookCallTriggerChannel
log.V(0).Infof("webhook trigger received ...\n")
// Calling webhook - one after another
for _, v := range WebhookArray {
log.V(0).Infof("calling webhook %v\n", v.URL)