Replace custom memory growth allocator with ALLOC_GROW
[gitweb.git] / builtin-fetch-pack.c
index 3b217d96f074c1af1429ccdc90499338cfee04ea..e77cd267193843c19f75a5debfb57841b0d5f211 100644 (file)
@@ -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)