Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
remove observer
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Jan 26, 2024
1 parent 4ca444b commit d417630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d417630

Please sign in to comment.