From ed8ad6804c59f6feed8389f9a8da3c52e609db1a Mon Sep 17 00:00:00 2001 From: Pedro Fontana Date: Fri, 26 Jan 2024 13:05:48 -0300 Subject: [PATCH] remove observer --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0beff287..ed503826 100644 --- a/mix.exs +++ b/mix.exs @@ -19,7 +19,7 @@ defmodule StarknetExplorer.MixProject do def application do [ mod: {StarknetExplorer.Application, []}, - extra_applications: [:logger, :runtime_tools, :observer] + extra_applications: [:logger, :runtime_tools] ] end