Skip to content

Commit

Permalink
Remove more debugging from builtin-fetch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn O. Pearce authored and Junio C Hamano committed Sep 19, 2007
1 parent ad23603 commit f383959
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builtin-fetch.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,6 @@ int cmd_fetch(int argc, const char **argv, const char *prefix)
}
refs[j] = NULL;
ref_nr = j;
for (j = 0; refs[j]; j++)
printf("ref: %s\n", refs[j]);
}

signal(SIGINT, unlock_pack_on_signal);
Expand Down

0 comments on commit f383959

Please sign in to comment.