git: 741ca9249173 - stable/14 - kbdmap: remove debug
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Mar 2024 14:35:55 UTC
The branch stable/14 has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=741ca9249173cb680288e057ad363837056181f2
commit 741ca9249173cb680288e057ad363837056181f2
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-02-01 07:40:00 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-03-18 14:34:47 +0000
kbdmap: remove debug
(cherry picked from commit f14ea00c8f4677d29ca966db6f0906e07f42fdbf)
---
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 78bb9e2741c5..cad42ec29985 100644
--- a/usr.sbin/kbdmap/kbdmap.c
+++ b/usr.sbin/kbdmap/kbdmap.c
@@ -399,7 +399,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
@@ -409,7 +408,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);