Skip to content

Commit

Permalink
Remove dbg_callback config - it no longer breaks in iex by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenseacat committed Dec 9, 2023
1 parent 5e7d986 commit cd0a02c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import Config

config :elixir, :dbg_callback, {Macro, :dbg, []}

# Allow non-UTC timezone checks - AOC is in UTC-5
config :elixir, :time_zone_database, Tz.TimeZoneDatabase

0 comments on commit cd0a02c

Please sign in to comment.