From 11fe91fb5adb9d7857e1d05b83dadadb138ef398 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 18 Sep 2022 10:19:02 +0200 Subject: [PATCH] debug removed --- arbitrile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/arbitrile.cpp b/arbitrile.cpp index db96029c..bb4a5779 100644 --- a/arbitrile.cpp +++ b/arbitrile.cpp @@ -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);