Skip to content

Commit 7002cb9

Browse files
committed
Merge branch 'sb/submodule-helper-remove-cruft'
Code clean-up. * sb/submodule-helper-remove-cruft: builtin/submodule--helper: remove debugging leftover tracing
2 parents 620b00e + 48b91d9 commit 7002cb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builtin/submodule--helper.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,6 @@ static void determine_submodule_update_strategy(struct repository *r,
14571457
key = xstrfmt("submodule.%s.update", sub->name);
14581458

14591459
if (update) {
1460-
trace_printf("parsing update");
14611460
if (parse_submodule_update_strategy(update, out) < 0)
14621461
die(_("Invalid update mode '%s' for submodule path '%s'"),
14631462
update, path);
@@ -1466,7 +1465,6 @@ static void determine_submodule_update_strategy(struct repository *r,
14661465
die(_("Invalid update mode '%s' configured for submodule path '%s'"),
14671466
val, path);
14681467
} else if (sub->update_strategy.type != SM_UPDATE_UNSPECIFIED) {
1469-
trace_printf("loaded thing");
14701468
out->type = sub->update_strategy.type;
14711469
out->command = sub->update_strategy.command;
14721470
} else

0 commit comments

Comments
 (0)