Removed an excess log line from device/keyboard_xt.c.

This commit is contained in:
OBattler
2022-10-24 00:48:44 +02:00
parent da33f5c0cc
commit 58f33e795b

View File

@@ -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);
}