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:
@@ -122,7 +122,6 @@ export class KeybindingsState extends TextualGameState {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const clickListener = event => {
|
const clickListener = event => {
|
||||||
console.log(event);
|
|
||||||
if (event.target.tagName == "BUTTON") {
|
if (event.target.tagName == "BUTTON") {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user