Skip to content

Commit ddae55f

Browse files
fhunlethkeathley
authored andcommitted
Remove unused logger dependency
1 parent f428bba commit ddae55f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mix.exs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ defmodule CircularBuffer.MixProject do
2121

2222
# Run "mix help compile.app" to learn about applications.
2323
def application do
24-
[
25-
extra_applications: [:logger]
26-
]
24+
[]
2725
end
2826

2927
# Run "mix help deps" to learn about dependencies.

0 commit comments

Comments
 (0)