remove debug prints

main
Georg Krause 2020-01-15 15:01:27 +01:00
parent 9da07e5e7e
commit 239651ff38
1 changed files with 0 additions and 2 deletions

View File

@ -89,9 +89,7 @@ func main() {
fmt.Println("There is already a time tracking running")
}
case "stop":
fmt.Println(current)
stop(current)
fmt.Println(current)
default:
fmt.Println("Unknown argument")
}