summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/remove.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/remove.c b/usr.bin/cvs/remove.c
index 9b5be7c5685..d5e999a5667 100644
--- a/usr.bin/cvs/remove.c
+++ b/usr.bin/cvs/remove.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: remove.c,v 1.75 2008/06/08 18:08:34 joris Exp $ */
+/* $OpenBSD: remove.c,v 1.76 2008/06/08 18:08:59 joris Exp $ */
/*
* Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org>
*
@@ -187,7 +187,6 @@ cvs_remove_local(struct cvs_file *cf)
}
return;
case FILE_LOST:
- printf("%d\n", cf->file_status);
rcsnum_tostr(cf->file_ent->ce_rev, rbuf, sizeof(rbuf));
ctime_r(&cf->file_ent->ce_mtime, tbuf);