Explorar o código

remove debug line

Mohammed Nafees %!s(int64=3) %!d(string=hai) anos
pai
achega
eb7532f9a9
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      api/server/handlers/webhook/github_incoming.go

+ 0 - 2
api/server/handlers/webhook/github_incoming.go

@@ -376,8 +376,6 @@ func (c *GithubIncomingWebhookHandler) processPushEvent(event *github.PushEvent,
 
 	branch := strings.TrimPrefix(event.GetRef(), "refs/heads/")
 
-	fmt.Println(envType.GitDeployBranches)
-
 	found := false
 
 	for _, br := range envType.GitDeployBranches {