From 06e50087ad51ab92a4e22cb1c6b0e1dda07d057f Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Fri, 8 Feb 2013 16:53:30 +1030 Subject: [PATCH] vis: remove unneeded carriage-returns from output Signed-off-by: Kevin Shanahan --- vis/vis.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/vis/vis.c b/vis/vis.c index fa474ba5..4494fdab 100644 --- a/vis/vis.c +++ b/vis/vis.c @@ -484,14 +484,11 @@ LeafThread(void *unused) PortalCompleted(p); if (verbose > 1) { - printf("\r"); logprint("portal:%4i mightsee:%4i cansee:%4i\n", (int)(p - portals), p->nummightsee, p->numcansee); } } while (1); - printf("\r"); - return NULL; }