Skip to content

Commit 6d47475

Browse files
committed
Remove debugging comments
1 parent 82cbcb1 commit 6d47475

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

builtin/push.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ static int git_push_config(const char *k, const char *v, void *cb)
497497
{
498498
int *flags = cb;
499499
int status;
500-
// const char *slot_name;
501500

502501
status = git_gpg_config(k, v, NULL);
503502
if (status)
@@ -536,16 +535,6 @@ static int git_push_config(const char *k, const char *v, void *cb)
536535
recurse_submodules = val;
537536
}
538537

539-
//if (skip_prefix(k, "color.push.", &slot_name)) {
540-
// int slot = parse_push_color_slot(slot_name);
541-
// if (slot < 0)
542-
// return 0;
543-
// if (!v)
544-
// return config_error_nonbool(k);
545-
// return color_parse(v, push_colors[slot]);
546-
//}
547-
//return git_color_default_config(k, v, cb);
548-
549538
return git_default_config(k, v, NULL);
550539
}
551540

0 commit comments

Comments
 (0)