From a8d0f6f3b644661e9174b43353644904bc52c3d7 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 26 Jun 2003 02:37:56 +0000 Subject: [PATCH] Removed errant printf --- src/rrsolve.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rrsolve.c b/src/rrsolve.c index 4e2efae..99119ac 100644 --- a/src/rrsolve.c +++ b/src/rrsolve.c @@ -185,8 +185,6 @@ handle_events (rr_client_t *client) return; } - printf ("Received notice of type %d\n", notice->type); - switch (notice->type) { case RR_NOTICE_GAMEOVER: case RR_NOTICE_JOIN: -- 2.43.0