Skip to content

Commit

Permalink
Remove unnecessary printf
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jun 22, 2023
1 parent 6a9ce69 commit d1db77a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/subcmd/is_holiday.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func (cmd *IsHoliday) Run(binds *Binds) error {
return err
}

fmt.Println(isHoliday)
fmt.Fprintln(binds.Out, isHoliday)

return nil
Expand Down

0 comments on commit d1db77a

Please sign in to comment.