Skip to content

Commit

Permalink
git-clone: remove leftover debugging fprintf().
Browse files Browse the repository at this point in the history
Acked-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Alex Riesen authored and Junio C Hamano committed Jul 7, 2008
1 parent 3ecb171 commit 77cb7bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtin-clone.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ int cmd_clone(int argc, const char **argv, const char *prefix)
die("could not create leading directories of '%s'", git_dir);
set_git_dir(make_absolute_path(git_dir));

fprintf(stderr, "Initialize %s\n", git_dir);
init_db(option_template, option_quiet ? INIT_DB_QUIET : 0);

/*
Expand Down

0 comments on commit 77cb7bc

Please sign in to comment.