removed debug statement

pull/483/head
Marc Herren 2020-03-02 11:18:13 +01:00
parent a4a5829931
commit ab9a5dd86b
1 changed files with 0 additions and 1 deletions

View File

@ -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 <URL>:<tag> into seperate fields
splitRegexp := regexp.MustCompile("(.*):(.*)")
splitString := splitRegexp.FindAllStringSubmatch(e.ResourceURL, -1)