Skip to content

Commit

Permalink
Don't need this
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Aug 4, 2023
1 parent 36ff163 commit 706b657
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/phoenix_live_view/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ defmodule Phoenix.LiveView.Application do
@impl true
def start(_type, _args) do
Phoenix.LiveView.Logger.install()

children = [
{Task.Supervisor, name: Phoenix.LiveView.TaskSup}
]

Supervisor.start_link(children, strategy: :one_for_one, name: Phoenix.LiveView.Supervisor)
Supervisor.start_link([], strategy: :one_for_one, name: Phoenix.LiveView.Supervisor)
end
end

0 comments on commit 706b657

Please sign in to comment.