Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
marianina8 committed Nov 2, 2023
1 parent de4ce2b commit 8741bd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/to.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ var toCmd = &cobra.Command{
}

func to(cmd *cobra.Command, args []string) {
fmt.Println(args)
if len(args) == 0 {
fmt.Println("Please enter a destination time! The format input is MonthDayYearHourMinute -> MoDDYYYYHHMi")
return
Expand Down

0 comments on commit 8741bd1

Please sign in to comment.