Remove commented printf : Dist %f, ce2 %f\n

This commit is contained in:
Akkadius 2015-01-20 01:34:48 -06:00
parent 146d7d46a9
commit bc84e4e80e

View File

@ -983,7 +983,6 @@ RESTART_GRID_CLEAN:
if(n == f)
continue;
if(n->Dist2(f) > ce2) {
//printf("Dist %f, ce2 %f\n", n->Dist2(f), ce2);
continue;
}
//printf("Distbbb %f, ce2 %f, (%f,%f), (%f,%f)\n", n->Dist2(f), ce2, n->x, n->y, f->x, f->y);