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

Commit

Permalink
remove observer (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana authored Jan 26, 2024
1 parent ef552b4 commit c0b548a
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 c0b548a

Please sign in to comment.