remove console.log

This commit is contained in:
Dimava 2020-06-01 02:58:01 +03:00 committed by GitHub
parent 54e11e6baf
commit e900d01026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ export class KeybindingsState extends TextualGameState {
});
const clickListener = event => {
console.log(event);
if (event.target.tagName == "BUTTON") {
return;
}