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; }