diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-05-24 04:21:55 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-05-24 04:21:55 +0000 |
commit | 6d40d484e428af98613586ff21b4e6cb34b6290f (patch) | |
tree | 627696c119c698bf5d1c6687a53030d8de1a89c1 /usr.bin/cvs/import.c | |
parent | 3b1f70a1b16fe7fbb4dd2023fca5a05586074d52 (diff) |
remove debugging messages
Diffstat (limited to 'usr.bin/cvs/import.c')
-rw-r--r-- | usr.bin/cvs/import.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c index 6fd94a8cdbc..a2aa8fdee90 100644 --- a/usr.bin/cvs/import.c +++ b/usr.bin/cvs/import.c @@ -1,4 +1,4 @@ -/* $OpenBSD: import.c,v 1.15 2005/05/24 04:12:25 jfb Exp $ */ +/* $OpenBSD: import.c,v 1.16 2005/05/24 04:21:54 jfb Exp $ */ /* * Copyright (c) 2004 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -251,7 +251,6 @@ cvs_import_local(CVSFILE *cf, void *arg) snprintf(rpath, sizeof(rpath), "%s/%s%s", repo, fpath, RCS_FILE_EXT); - printf("importing file in %s\n", rpath); cvs_printf("N %s\n", fpath); rf = rcs_open(rpath, RCS_RDWR|RCS_CREATE); |