mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-09 04:22:04 -04:00
Remove debug message
This commit is contained in:
parent
85af2e812e
commit
fbeebfd3cc
@ -303,7 +303,6 @@ void keyboard::install_driver(){
|
||||
}
|
||||
|
||||
char keyboard::key_to_ascii(uint8_t key){
|
||||
logging::logf(logging::log_level::ERROR, "kbd: %u\n", size_t(key));
|
||||
return qwertz[key];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user