Skip to content

Commit

Permalink
kbdmap: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Feb 1, 2024
1 parent d9b3bba commit f14ea00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions usr.sbin/kbdmap/kbdmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ show_dialog(struct keymap **km_sorted, int num_keymaps)
case BSDDIALOG_OK:
for (i = 0; i < num_keymaps; i++) {
if (listitems[i].on) {
printf("ici\n");
if (!strcmp(program, "kdbmap"))
do_kbdcontrol(km_sorted[i]);
else
Expand All @@ -408,7 +407,6 @@ show_dialog(struct keymap **km_sorted, int num_keymaps)
}
break;
default:
printf("la\n");
if (font != NULL && strcmp(font, font_current))
/* Cancelled, restore old font */
vidcontrol(font_current);
Expand Down

0 comments on commit f14ea00

Please sign in to comment.