Skip to content

Commit

Permalink
remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed Jul 25, 2024
1 parent 8044f58 commit daa67ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ func Run() error {
selected.Data["_dirname"] = filepath.Base(filepath.Dir(p))
selected.Data["_filename"] = filepath.Base(p)

fmt.Println(selected.Data)

data, err := selected.Render()
if err != nil {
return err
Expand Down

0 comments on commit daa67ef

Please sign in to comment.