Skip to content

Commit

Permalink
Remove logger from extra_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
ejpcmac committed Sep 5, 2018
1 parent 6b3223f commit 70a2705
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ defmodule TypedStruct.MixProject do
end

def application do
[
extra_applications: [:logger]
]
[extra_applications: []]
end

# Specifies which paths to compile per environment.
Expand Down

0 comments on commit 70a2705

Please sign in to comment.