diff options
author | 2005-06-01 16:49:20 +0000 | |
---|---|---|
committer | 2005-06-01 16:49:20 +0000 | |
commit | 8d8c67d44af7b5b48c4e8c5120c7f586be43fc05 (patch) | |
tree | b7fe1869c10883fa36ea816ab8770bad31c30e52 | |
parent | kjell is an evil tree-breaker (diff) | |
download | wireguard-openbsd-8d8c67d44af7b5b48c4e8c5120c7f586be43fc05.tar.xz wireguard-openbsd-8d8c67d44af7b5b48c4e8c5120c7f586be43fc05.zip |
remove debug code
-rw-r--r-- | usr.bin/cvs/file.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index c73c792f750..a701b64da37 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.85 2005/06/01 15:46:32 joris Exp $ */ +/* $OpenBSD: file.c,v 1.86 2005/06/01 16:49:20 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -433,8 +433,6 @@ cvs_file_getspec(char **fspec, int fsn, int flags, int (*cb)(CVSFILE *, void *), cvs_ent_close(entfile); return (NULL); } - - printf("cvs_repo_base is %s\n", cvs_repo_base); } /* XXX - needed for some commands */ |