=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.c,v retrieving revision 1.64 retrieving revision 1.65 diff -c -r1.64 -r1.65 *** src/usr.bin/cvs/Attic/proto.c 2005/07/23 11:19:46 1.64 --- src/usr.bin/cvs/Attic/proto.c 2005/07/23 11:20:49 1.65 *************** *** 1,4 **** ! /* $OpenBSD: proto.c,v 1.64 2005/07/23 11:19:46 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: proto.c,v 1.65 2005/07/23 11:20:49 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 715,721 **** if (req->req_flags & CVS_REQF_RESP) ret = cvs_getresp(root); - printf("cvs_sendreq returning %d\n", ret); return (ret); } --- 715,720 ---- *************** *** 757,763 **** } ret = cvs_resp_handle(root, cvs_proto_buf); - printf("(%s) (%d)\n", cvs_proto_buf, ret); nbcmd++; } while (ret == 0); --- 756,761 ----