Remove commented printf : New Color at: (%.3f,%.3f,%.3f)\n

This commit is contained in:
Akkadius 2015-01-20 01:33:29 -06:00
parent db5778916e
commit afdaba60fe

View File

@ -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;