From ab9a5dd86b30ffb0bff0d840c8fd385dd394b353 Mon Sep 17 00:00:00 2001 From: Marc Herren Date: Mon, 2 Mar 2020 11:18:13 +0100 Subject: [PATCH] removed debug statement --- pkg/http/harbor_webhook_trigger.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/http/harbor_webhook_trigger.go b/pkg/http/harbor_webhook_trigger.go index 2ccddfb8..25c63cb0 100644 --- a/pkg/http/harbor_webhook_trigger.go +++ b/pkg/http/harbor_webhook_trigger.go @@ -84,7 +84,6 @@ func (s *TriggerServer) harborHandler(resp http.ResponseWriter, req *http.Reques //go trough all the ressource arrays for _, e := range hn.EventData.Resources { - fmt.Println("Push found!") //Split the combined : into seperate fields splitRegexp := regexp.MustCompile("(.*):(.*)") splitString := splitRegexp.FindAllStringSubmatch(e.ResourceURL, -1)