polygon debug removed

This commit is contained in:
Zeno Rogue 2021-07-07 18:27:38 +02:00
parent 2f39f259d3
commit 4f09bf2124
1 changed files with 0 additions and 2 deletions

View File

@ -1042,8 +1042,6 @@ void geometry_information::create_wall3d() {
make_wall(id++, face);
}
hassert(id == tot);
println(hlog, walloffsets);
println(hlog, wallstart);
compute_cornerbonus();
return;
}