Skip to content

Commit

Permalink
yamlfmt: remove a print I used for debugging (#81)
Browse files Browse the repository at this point in the history
Accidentally included a print I was using for debugging that printed all
arguments specified in the path.
  • Loading branch information
braydonk authored Jan 8, 2023
1 parent 63ba8cf commit 66ce439
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/yamlfmt/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ func makeCommandConfigFromData(configData map[string]any) (*command.Config, erro

// Overwrite config if includes are provided through args
if len(flag.Args()) > 0 {
for _, x := range flag.Args() {
fmt.Println(x)
}
config.Include = flag.Args()
}

Expand Down

0 comments on commit 66ce439

Please sign in to comment.