From bc84e4e80e10ea1b665f5c25435fffa0be1559f5 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:48 -0600 Subject: [PATCH] Remove commented printf : Dist %f, ce2 %f\n --- utils/deprecated/apathing/actions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/deprecated/apathing/actions.cpp b/utils/deprecated/apathing/actions.cpp index f9f0ed589..de344870b 100644 --- a/utils/deprecated/apathing/actions.cpp +++ b/utils/deprecated/apathing/actions.cpp @@ -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);