diff options
author | 2005-10-11 00:10:16 +0000 | |
---|---|---|
committer | 2005-10-11 00:10:16 +0000 | |
commit | 9f7f3fcee57534db1281a19a10e970902aba65e0 (patch) | |
tree | 742247b527a6756221fc559d2573617b9daa983e | |
parent | remove debug cruft; (diff) | |
download | wireguard-openbsd-9f7f3fcee57534db1281a19a10e970902aba65e0.tar.xz wireguard-openbsd-9f7f3fcee57534db1281a19a10e970902aba65e0.zip |
more debug stuff i forgot to take out, i blame the dominican sun!
-rw-r--r-- | usr.bin/cvs/rcs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c index c4e65385feb..9211b99d471 100644 --- a/usr.bin/cvs/rcs.c +++ b/usr.bin/cvs/rcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.88 2005/10/11 00:08:34 joris Exp $ */ +/* $OpenBSD: rcs.c,v 1.89 2005/10/11 00:10:16 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -1369,7 +1369,6 @@ rcs_getrev(RCSFILE *rfp, RCSNUM *frev) */ do { crev = rdp->rd_next; - printf("loop\n"); rdp = rcs_findrev(rfp, crev); if (rdp == NULL) { cvs_buf_free(rbuf); |