diff options
Diffstat (limited to 'builtin-fetch-pack.c')
-rw-r--r-- | builtin-fetch-pack.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin-fetch-pack.c b/builtin-fetch-pack.c index 3b217d96f0..e77cd26719 100644 --- a/builtin-fetch-pack.c +++ b/builtin-fetch-pack.c @@ -767,8 +767,6 @@ struct ref *fetch_pack(const char *dest, int nr_heads, char **heads) st.st_mtime = 0; } - printf("connect to %s\n", dest); - pid = git_connect(fd, (char *)dest, uploadpack, verbose ? CONNECT_VERBOSE : 0); if (pid < 0) |