mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Remove caveman log.
This commit is contained in:
parent
16b646ad2e
commit
14e9ae014c
@ -362,7 +362,6 @@ class KeyboardController {
|
||||
//; 00 - force clock line low, resetting keyboard, but on a 01->00 transition,
|
||||
//; IRQ1 would remain high
|
||||
void set_mode(uint8_t mode) {
|
||||
printf("Mode: %02x\n", mode);
|
||||
const auto last_mode = mode_;
|
||||
mode_ = Mode(mode);
|
||||
switch(mode_) {
|
||||
|
Loading…
Reference in New Issue
Block a user