From fd5ebccce784c1143e9e10ed59b32b20135abaec Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 18 Apr 2005 21:10:40 +0000 Subject: more debugging leftovers --- usr.bin/cvs/file.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index 8d4017317a5..4eac374bb86 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.62 2005/04/18 21:02:50 jfb Exp $ */ +/* $OpenBSD: file.c,v 1.63 2005/04/18 21:10:39 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -876,8 +876,6 @@ cvs_file_lget(const char *path, int flags, CVSFILE *parent, struct cvs_ent *ent) type = DT_UNKNOWN; cwd = (strcmp(path, ".") == 0) ? 1 : 0; - printf("lget(%s)\n", path); - ret = stat(path, &st); if (ret == 0) type = IFTODT(st.st_mode); -- cgit v1.2.3