debug removed

This commit is contained in:
Zeno Rogue 2022-09-18 10:19:02 +02:00
parent fc184640d3
commit 11fe91fb5a
1 changed files with 0 additions and 1 deletions

View File

@ -1961,7 +1961,6 @@ EX void swap_vertices() {
#if MAXMDIM >= 4
auto hooksw = addHook(hooks_swapdim, 100, [] {
println(hlog, "swapmatrix called for vertices");
swap_vertices();
for(auto& p: altmap) for(auto& pp: p.second) swapmatrix(pp.second);
for(auto& p: arbi_matrix) swapmatrix(p.second.second);