Bugfixing and testing TCP stack
[tpg/acess2.git] / Kernel / drv / kb.c
index a546153..aa807b5 100644 (file)
@@ -76,7 +76,7 @@ void KB_IRQHandler()
 
        scancode = inb(0x60); // Read from the keyboard's data buffer
 
-       Log("KB_IRQHandler: scancode = 0x%02x", scancode);
+       //Log("KB_IRQHandler: scancode = 0x%02x", scancode);
 
        // Ignore ACKs
        if(scancode == 0xFA) {

UCC git Repository :: git.ucc.asn.au