1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

remove console.log

This commit is contained in:
Dimava
2020-06-01 02:58:01 +03:00
committed by GitHub
parent 54e11e6baf
commit e900d01026

View File

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