From 5719e9e2794c5a3cf6b960a573c7484f24ca1247 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sat, 13 Jun 2020 20:53:53 -0400 Subject: [PATCH] Remove TODO from supervisor.ex Signed-off-by: Alek Ratzloff --- lib/supervisor.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/supervisor.ex b/lib/supervisor.ex index 3db8bca..1b89d57 100644 --- a/lib/supervisor.ex +++ b/lib/supervisor.ex @@ -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)