]> git.cworth.org Git - rrsolve/commitdiff
Removed errant printf
authorCarl Worth <cworth@cworth.org>
Thu, 26 Jun 2003 02:37:56 +0000 (02:37 +0000)
committerCarl Worth <cworth@cworth.org>
Thu, 26 Jun 2003 02:37:56 +0000 (02:37 +0000)
src/rrsolve.c

index 4e2efae180a4e174d4fa128da84b93ce2d86f873..99119ac9f109c8bb28ae528b137b7ba7b6cb2d1f 100644 (file)
@@ -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: