Skip to content

Commit 6657438

Browse files
committed
remove unnecassary trace print in read-cache.c
1 parent 8348a4a commit 6657438

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

read-cache.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3932,8 +3932,6 @@ static void update_callback(struct diff_queue_struct *q,
39323932
case DIFF_STATUS_MODIFIED:
39333933
trace_printf("diff modified '%s'\n", path);
39343934
const struct submodule *sub = submodule_from_path(data->repo, null_oid(the_hash_algo), path);
3935-
if ( sub && sub->name )
3936-
trace_printf(" submodule %s\n", sub->name);
39373935
if ( sub && sub->name && sub->ignore && strcmp(sub->ignore, "all") == 0 ) {
39383936
trace_printf("ignore=all %s\n" , path );
39393937
if ( data->ignored_too && data->ignored_too > 0 ) {

0 commit comments

Comments
 (0)