remove tesla from logger

This commit is contained in:
Owen
2024-12-18 12:00:52 +01:00
parent 32b5473222
commit cab8b052bf
3 changed files with 21 additions and 13 deletions
+2 -3
View File
@@ -14,7 +14,7 @@ defmodule PlantidDiscordBot.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger],
extra_applications: [:logger, :observer, :wx, :runtime_tools],
mod: {PlantIdDiscordBot.Application, []}
]
end
@@ -28,8 +28,7 @@ defmodule PlantidDiscordBot.MixProject do
{:image, "~> 0.55"},
{:jason, "~> 1.4"},
{:plug_cowboy, "~> 2.7"},
{:quantum, "~> 3.5"},
{:tesla, "~> 1.13"}
{:quantum, "~> 3.5"}
]
end
end