removed unecessary logs
This commit is contained in:
parent
6b8aac0b83
commit
160d68f29c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue