Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood committed Jan 25, 2024
1 parent d2e10e8 commit a66032f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/natsreloader/natsreloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,6 @@ func getIncludePaths(configFile string, checked map[string]interface{}) ([]strin
matchStr = strings.TrimPrefix(matchStr, "'")
matchStr = strings.TrimPrefix(matchStr, "\"")

fmt.Println(matchStr)

// Include filepaths in NATS config are always relative
fullyQualifiedPath := filepath.Join(parentDirectory, matchStr)
fullyQualifiedPath = filepath.Clean(fullyQualifiedPath)
Expand Down

0 comments on commit a66032f

Please sign in to comment.