Sfoglia il codice sorgente

Merge pull request #2574 from porter-dev/nafees/preview-env-metadata

[hotfix] Remove debug line
Mohammed Nafees 3 anni fa
parent
commit
da03ab6e16
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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 {