Skip to content

Commit

Permalink
remove debug statement: 'got port' (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys authored Jul 22, 2024
1 parent 1bdffec commit 1d9cc3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scanner/jsFramework.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ func configureJsFramework(sourceDir string, config *ScannerConfig) (*SourceInfo,
if len(m) > 0 && name == "port" {
portFromDockerfile, err := strconv.Atoi(m[i])
if err == nil {
fmt.Printf("got port\n")
srcInfo.Port = portFromDockerfile
continue
}
Expand Down

0 comments on commit 1d9cc3f

Please sign in to comment.