Skip to content

Commit

Permalink
Remove unneeded println in 'zb outline'
Browse files Browse the repository at this point in the history
  • Loading branch information
msp301 committed May 20, 2024
1 parent 2927a19 commit e34ae1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/outline.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ var outlineCmd = &cobra.Command{
if err != nil {
log.Fatal(err)
}
// fmt.Printf("%s%s - %s\n", indent, val.File, val.Title)
}
return true
}, -1)
Expand Down

0 comments on commit e34ae1d

Please sign in to comment.