From 7fe40cbfc0d95b5d61340a1a986f41d90704879f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 8 Jul 2021 21:54:51 +0200 Subject: [PATCH] removed debug from voronoi --- reg3.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/reg3.cpp b/reg3.cpp index 8ec12a21..a7be30bd 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -381,7 +381,6 @@ EX namespace reg3 { auto pt1 = [&] (ld x1, ld y1, ld z1) { array arg0; for(int i=0; i<3; i++) { - println(hlog, "value is ", arg1[i]); if(arg1[i] == 1) arg0[i] = x1; else if(arg1[i] == -1) arg0[i] = -x1; else if(arg1[i] == .5) arg0[i] = y1;