diff options
author | 2005-05-24 19:13:52 +0000 | |
---|---|---|
committer | 2005-05-24 19:13:52 +0000 | |
commit | ec1dbbb3528fc5ccb797f87c7194b2949c407c11 (patch) | |
tree | 255c056483dda2117edfb36198b8cdafbafacfff | |
parent | Don't need to protect as many signals from _POSIX_SOURCE now that POSIX (diff) | |
download | wireguard-openbsd-ec1dbbb3528fc5ccb797f87c7194b2949c407c11.tar.xz wireguard-openbsd-ec1dbbb3528fc5ccb797f87c7194b2949c407c11.zip |
remove debugging stuff
-rw-r--r-- | usr.bin/cvs/resp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/resp.c b/usr.bin/cvs/resp.c index 9ff1ca759b0..ad40bd30ffa 100644 --- a/usr.bin/cvs/resp.c +++ b/usr.bin/cvs/resp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: resp.c,v 1.38 2005/05/24 07:33:36 joris Exp $ */ +/* $OpenBSD: resp.c,v 1.39 2005/05/24 19:13:52 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -412,7 +412,6 @@ cvs_resp_sticky(struct cvsroot *root, int type, char *line) /* attempt to create it */ cf = cvs_file_create(sdir, line, DT_DIR, 0755); if (cf == NULL) { - printf("yeah its this man\n"); return (-1); } cf->cf_repo = strdup(line); |