Skip to content

Commit

Permalink
remove old debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Trotter authored and Filippo Trotter committed Jul 1, 2024
1 parent cd514ee commit 00ca3b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/modfile/modfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func ChangeFile(conf Config) error {
isStdin = true
} else {
// Open the file
fmt.Println(conf)
file, err = os.Open(conf.Filename)
if err != nil {
return err
Expand Down

0 comments on commit 00ca3b3

Please sign in to comment.