Remove more debugging from builtin-fetch
commitf38395905b3d49bd68e0c01ca2310bf3387e1063
authorShawn O. Pearce <spearce@spearce.org>
Sun, 16 Sep 2007 06:32:17 +0000 (16 02:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 10:22:31 +0000 (19 03:22 -0700)
tree76601af66394c3d8993ef0eb089a637a140e9f07
parentad23603c3af77b47f65382ea22b30d1ecccaab6f
Remove more debugging from builtin-fetch

Older git-fetch.sh doesn't print "ref: X" when invoked as
`git fetch $url X" so we shouldn't do that now in the new
builtin version.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c