Remove printf for debug purpose forgotten on r340046.

Reported by:	Dmitry Luhtionov <dmitryluhtionov@gmail.com>
This commit is contained in:
araujo 2018-11-02 13:48:06 +00:00
parent e9f9c9c85e
commit 7d66daaa10

View File

@ -319,7 +319,6 @@ ps2kbd_keysym_queue(struct ps2kbd_softc *sc,
const struct extended_translation *trans;
found = 0;
printf("keysym 0x%x\n", keysym);
if (keysym < 0x80) {
code = ascii_translations[keysym];
e0_prefix = 0;