From 6243a53e5c1111dc1172367f0b268a45886e54e5 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:53 -0600 Subject: [PATCH] Remove commented printf : Edge crosses %d edges.\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 1bfeab406..f865ff147 100644 --- a/utils/deprecated/apathing/actions.cpp +++ b/utils/deprecated/apathing/actions.cpp @@ -1609,7 +1609,6 @@ void count_crossing_lines(list &edges, PathGraph *out, PathGraph *ex if(count >= CROSS_REDUCE_COUNT) { -//printf("Edge crosses %d edges.\n", count); out->edges.push_back(e); cross_edge_count++; cross_list[e] = hits;