diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-12-20 16:25:28 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-12-20 16:25:28 +0000 |
commit | c66a93b29a5f79a5b03b3aae324907f3251e389c (patch) | |
tree | 167db1f2ae0effa9b935f11c74a8001a26294224 /usr.bin/cvs | |
parent | 2e03ecec4b1cf252e3ae8605b233568aac200891 (diff) |
remove debug message left in previous commit.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/client.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/client.c b/usr.bin/cvs/client.c index 2e96fd2b473..b2bfe704ca8 100644 --- a/usr.bin/cvs/client.c +++ b/usr.bin/cvs/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.38 2006/12/19 16:04:40 xsa Exp $ */ +/* $OpenBSD: client.c,v 1.39 2006/12/20 16:25:27 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -746,8 +746,6 @@ cvs_client_remove_entry(char *data) entry = cvs_remote_input(); xfree(dir); - cvs_log(LP_TRACE, "cvs_client_remove_entry(%s)", entry); - if ((ent = cvs_ent_parse(entry)) == NULL) fatal("cvs_client_remove_entry: cvs_ent_parse failed"); |