Skip to content

Commit

Permalink
Remove unnecessary code that printed the file path
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Mar 9, 2024
1 parent c283f10 commit f89dbaf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ var rootCmd = &cobra.Command{
return nil
}

if flagWrite {
fmt.Println(path)
}

src, err := os.ReadFile(path)
if err != nil {
return err
Expand Down

0 comments on commit f89dbaf

Please sign in to comment.