Skip to content

Commit

Permalink
Clean up debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
pbogut committed Oct 15, 2020
1 parent 3d2107c commit c341f34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/recurring_events/date.ex
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ defmodule RecurringEvents.Date do
new_year = div(months, 12)
new_month = rem(months, 12) + 1

IO.inspect opts
if opts[:return_invalid] do
{new_year, new_month, day}
else
Expand Down

0 comments on commit c341f34

Please sign in to comment.