Skip to content

Commit

Permalink
Fix: Removed debugging output from log results.
Browse files Browse the repository at this point in the history
  • Loading branch information
wakatara committed Feb 4, 2025
1 parent 0153116 commit 2ddfd52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions harsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func main() {
Name: "Harsh",
Usage: "habit tracking for geeks",
Description: "A simple, minimalist CLI for tracking and understanding habits.",
Version: "0.10.7",
Version: "0.10.10",
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "no-color",
Expand Down Expand Up @@ -169,7 +169,6 @@ func main() {
fmt.Printf("\n")
}

fmt.Println(undone)
var undone_count int
for _, v := range undone {
undone_count += len(v)
Expand Down

0 comments on commit 2ddfd52

Please sign in to comment.