From 2160a025d2a20202e323d33d879521d23e28b709 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sat, 18 Jun 2005 23:34:12 -0700 Subject: read-cache.c: remove stray debugging printf Pointed out by Junio, part of my debugging of the rewrite of the file/dir conflict handling. diff --git a/read-cache.c b/read-cache.c index 4b8348c..9b6ce46 100644 --- a/read-cache.c +++ b/read-cache.c @@ -190,7 +190,6 @@ static int has_file_name(const struct cache_entry *ce, int pos, int ok_to_replac break; if (p->name[len] != '/') continue; -fprintf(stderr, "conflict: %s %s\n", ce->name, p->name); retval = -1; if (!ok_to_replace) break; -- cgit v0.10.2-6-g49f6