notknot:: removed debug

This commit is contained in:
Zeno Rogue 2021-03-25 11:16:52 +01:00
parent a2ed0e9294
commit db7901791f
1 changed files with 2 additions and 2 deletions

View File

@ -584,8 +584,8 @@ struct hrmap_notknot : hrmap {
from = gen_adj(from, d);
}
if(isize(path) == 8 && path[1] == path[2] && path[3] == path[4] && path[5] == path[6]) {
println(hlog, "path = ", path, " i=", i);
if(false) {
println(hlog, "path = ", path);
}
uloops[u->where].push_back(path);