From 148b07ef17466c259877129143e02db92baa11ab Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Thu, 7 Feb 2013 19:38:36 +1030 Subject: [PATCH] vis: remove old progress output message Signed-off-by: Kevin Shanahan --- vis/flow.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vis/flow.c b/vis/flow.c index 867617a5..dc86f21a 100644 --- a/vis/flow.c +++ b/vis/flow.c @@ -432,10 +432,6 @@ BasePortalThread(void *dummy) p = portals + portalnum; w = p->winding; - // Progress message - //printf("\r%i of %i: %i%%", i, numportals * 2, 50 * i / numportals); - //fflush(stdout); - p->mightsee = malloc(LeafbitsSize(portalleafs)); memset(p->mightsee, 0, LeafbitsSize(portalleafs));