Remove debug message

This commit is contained in:
Baptiste Wicht 2016-09-15 19:51:01 +02:00
parent 85af2e812e
commit fbeebfd3cc

View File

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