Skip to content

Commit

Permalink
remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytronasyrov committed Mar 18, 2019
1 parent c43ae97 commit eb52d9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ex_vertx/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ defmodule ExVertx.Application do
@impl true
def start(_type, _args) do
children = [
{ExVertx.Listener, []},
{DynamicSupervisor, strategy: :one_for_one, name: ExVertx.BusSupervisor}
]

Expand Down

0 comments on commit eb52d9d

Please sign in to comment.