mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
kbdmap: remove debug
This commit is contained in:
parent
d9b3bba2f3
commit
f14ea00c8f
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue