From 9f94e3fa41e1d31c71a57ef226dc59f1f330daf1 Mon Sep 17 00:00:00 2001 From: sorax Date: Tue, 14 May 2024 20:40:32 +0200 Subject: [PATCH] chore: remove observer & wx --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2015fc2e..eaf145cf 100644 --- a/mix.exs +++ b/mix.exs @@ -19,7 +19,7 @@ defmodule Radiator.MixProject do def application do [ mod: {Radiator.Application, []}, - extra_applications: [:logger, :runtime_tools, :observer, :wx] + extra_applications: [:logger, :runtime_tools] ] end