Removed TODO commment that was done

This commit is contained in:
Karma Riuk 2023-08-09 10:14:45 +02:00
parent 3407aa4ed8
commit 805aac2681

View File

@ -231,7 +231,6 @@ func TestTextReadNormal(t *testing.T) {
#H I#J K#
#####L#####
*/
// TODO: we are not detecting vertical dead-ends that go downwards
nodes := make([]*maze.Node, 22)
// ---- Node creation ----