This commit is contained in:
2018-08-14 21:50:56 +10:00
parent 7d8ed75edd
commit 22c00fa9d1

View File

@ -43,11 +43,6 @@ const unsubscribe = store.subscribe(() => {
console.log(store.getState());
});
document.onreadystatechange = function () {
console.log("Ready state changed");
console.log(document.readyState);
}
//Start listening for key events
Keyboard.register();