From: Carl Worth Date: Thu, 26 Jun 2003 02:37:56 +0000 (+0000) Subject: Removed errant printf X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a8d0f6f3b644661e9174b43353644904bc52c3d7;p=rrsolve Removed errant printf --- 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: