Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Remove more debugging from builtin-fetch
[gitweb.git]
/
builtin-fetch.c
diff --git
a/builtin-fetch.c
b/builtin-fetch.c
index d9272edae92921f51f139e5e60c89882f07bc362..20926e05439d7fb5c2a79374225a89d8aa7fa79a 100644
(file)
--- a/
builtin-fetch.c
+++ b/
builtin-fetch.c
@@
-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);