From 58f33e795b0f343c8075c60789cb5bb9e9766296 Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 24 Oct 2022 00:48:44 +0200 Subject: [PATCH] Removed an excess log line from device/keyboard_xt.c. --- src/device/keyboard_xt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/device/keyboard_xt.c b/src/device/keyboard_xt.c index 2d0ef9f5e..69720d9b1 100644 --- a/src/device/keyboard_xt.c +++ b/src/device/keyboard_xt.c @@ -717,7 +717,6 @@ kbd_init(const device_t *info) kbd_reset(kbd); kbd->type = info->local; if (kbd->type == KBD_TYPE_PRAVETZ) { - pclog("Pravetz keyboard!\n"); io_sethandler(0x00c0, 16, kbd_read, NULL, NULL, kbd_write, NULL, NULL, kbd); }