[Commit] rrsolve/src rrsolve.c,1.3,1.4
    Carl Worth 
    commit at keithp.com
       
    Wed Jun 25 20:37:58 PDT 2003
    
    
  
Committed by: cworth
Update of /local/src/CVS/rrsolve/src
In directory home.keithp.com:/tmp/cvs-serv27786/src
Modified Files:
	rrsolve.c 
Log Message:
Removed errant printf
Index: rrsolve.c
===================================================================
RCS file: /local/src/CVS/rrsolve/src/rrsolve.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rrsolve.c	26 Jun 2003 01:25:52 -0000	1.3
+++ rrsolve.c	26 Jun 2003 02:37:56 -0000	1.4
@@ -185,8 +185,6 @@
 	    return;
 	}
 
-	printf ("Received notice of type %d\n", notice->type);
-
 	switch  (notice->type) {
 	case RR_NOTICE_GAMEOVER:
 	case RR_NOTICE_JOIN:
    
    
More information about the Commit
mailing list