Commit 389a515
Remove unused require Logger to fix warnings-as-errors on Elixir 1.20
Elixir 1.20 reports 'unused require Logger' as a warning, which broke
the build_test (mix compile --warnings-as-errors) and lint (mix docs
warning check) CI jobs. Neither module uses Logger.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6598da9 commit 389a515
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments