Remove TODO from supervisor.ex
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -20,7 +20,6 @@ defmodule Omnibot.Supervisor do
|
||||
]
|
||||
|
||||
# TODO : how to handle config reloading?
|
||||
# TODO : how to start up modules?
|
||||
|
||||
# :one_for_all here because the RouterSupervisor and IRC server are co-dependent
|
||||
Supervisor.init(children, strategy: :one_for_all)
|
||||
|
||||
Reference in New Issue
Block a user