Removed TODO commment that was done

This commit is contained in:
Karma Riuk 2023-08-09 10:14:45 +02:00
parent f085efa2fe
commit c77e3f514a

View File

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