Skip to content

Commit

Permalink
Merge pull request #26 from kanmu/fix_bug
Browse files Browse the repository at this point in the history
Remove unnecessary printf
  • Loading branch information
winebarrel committed Jun 22, 2023
2 parents 6a9ce69 + d1db77a commit 5a7d262
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 5a7d262

Please sign in to comment.