merge-recursive: remove stale commented debugging code

Signed-off-by: Stefan Beller <stefanbeller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Stefan Beller 2014-09-23 16:55:50 +02:00 коммит произвёл Junio C Hamano
Родитель 422af49c2f
Коммит 040b2ac978
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -1107,10 +1107,6 @@ error_return:
static int process_entry(struct merge_options *o,
const char *path, struct stage_data *entry)
{
/*
printf("processing entry, clean cache: %s\n", index_only ? "yes": "no");
print_index_entry("\tpath: ", entry);
*/
int clean_merge = 1;
unsigned o_mode = entry->stages[1].mode;
unsigned a_mode = entry->stages[2].mode;