read-tree: fix bogus debugging statement.
commit2ba6c47be1762726ad0c1d5779064c489150d789
authorJunio C Hamano <junkio@cox.net>
Wed, 14 Sep 2005 05:27:42 +0000 (13 22:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Sep 2005 05:27:42 +0000 (13 22:27 -0700)
treee45d2513b9888c831acc3a15d7b00a508de5cfe5
parent74376a686425c6304eafff9f26d8d5fb0d083bc0
read-tree: fix bogus debugging statement.

We wanted to detect case #16 which should be rare, but botched the
case when some paths are missing, causing a segfault.  My fault.

Signed-off-by: Junio C Hamano <junkio@cox.net>
read-tree.c