git: f14ea00c8f46 - main - kbdmap: remove debug
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 07:46:11 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=f14ea00c8f4677d29ca966db6f0906e07f42fdbf
commit f14ea00c8f4677d29ca966db6f0906e07f42fdbf
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-02-01 07:40:00 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-02-01 07:45:50 +0000
kbdmap: remove debug
---
usr.sbin/kbdmap/kbdmap.c | 2 --
1 file changed, 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);