removed debugging message

canary
WolverinDEV 2019-11-24 15:49:09 +01:00
parent 005e26024a
commit 94b132c22a
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ namespace ppt {
log.trace(LogCategory.GENERAL, tr("Trigger key release for %o!"), hook);
}
} else {
console.log("No match: %o - %o", hook.key_code, event.key_code);
new_hooks.push(hook);
}
}