Skip to content

Commit

Permalink
remove print stmts for track cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
prmaloney committed Jan 30, 2024
1 parent 014a65c commit 18356a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ var trackCmd = &cobra.Command{
err = godotenv.Load(".moco")
if projectId == 0 && err == nil {
projectId, err = strconv.Atoi(os.Getenv("MOCO_PROJECT_ID"))
fmt.Printf("read %s\n", os.Getenv("MOCO_PROJECT_ID"))
}
if taskId == 0 && err == nil {
taskId, err = strconv.Atoi(os.Getenv("MOCO_TASK_ID"))
Expand Down

0 comments on commit 18356a7

Please sign in to comment.