From afdaba60fee1a350e2616fd3a8e6c47c7cf1c635 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:33:29 -0600 Subject: [PATCH] Remove commented printf : New Color at: (%.3f,%.3f,%.3f)\n --- utils/deprecated/apathing/boostcrap.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/deprecated/apathing/boostcrap.cpp b/utils/deprecated/apathing/boostcrap.cpp index 230c1bfb3..2df78b934 100644 --- a/utils/deprecated/apathing/boostcrap.cpp +++ b/utils/deprecated/apathing/boostcrap.cpp @@ -297,7 +297,6 @@ void color_disjoint_graphs( if(n->color != 0) continue; //allready visited -//printf("New Color at: (%.3f,%.3f,%.3f)\n", n->x, n->y, n->z); cc = 1; djc = 0;