From c15e7900cc943d87c5a762e384c3f490f94cac29 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 21 Feb 2020 09:19:52 -0600 Subject: [PATCH] remove done TODO --- src/Wave.elm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Wave.elm b/src/Wave.elm index 9219cc3..ed53585 100644 --- a/src/Wave.elm +++ b/src/Wave.elm @@ -223,8 +223,7 @@ propagateInDirection source sourceCell direction ( Wave wave, todo ) = } wave.entropy } - , -- TODO: add this as a target for propagation if it's not already in this list - - if Set.isEmpty reduced then + , if Set.isEmpty reduced then -- we're blocked and should stop immediately []