aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdmap
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-02-01 07:40:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-02-01 07:45:50 +0000
commitf14ea00c8f4677d29ca966db6f0906e07f42fdbf (patch)
tree489e85f3eb4a88161e43cec55cb399b0e5e0488c /usr.sbin/kbdmap
parentd9b3bba2f3022f1b577fb7a18c523c92551d8257 (diff)
Diffstat (limited to 'usr.sbin/kbdmap')
-rw-r--r--usr.sbin/kbdmap/kbdmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/kbdmap/kbdmap.c b/usr.sbin/kbdmap/kbdmap.c
index d476fed87f91..71ff1a515a1c 100644
--- a/usr.sbin/kbdmap/kbdmap.c
+++ b/usr.sbin/kbdmap/kbdmap.c
@@ -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);