remove test game

This commit is contained in:
ntr
2019-05-03 18:45:24 +10:00
parent 903acbbe26
commit bd572575c6
3 changed files with 5 additions and 5 deletions
-1
View File
@@ -44,7 +44,6 @@ function Skill(props) {
<button
disabled='true'
className='cryp-skill-btn disabled'>
<span>&nbsp;</span>
</button>
);
}
+3 -3
View File
@@ -9,7 +9,7 @@ const actions = require('./actions');
const setupKeys = require('./keyboard');
const createSocket = require('./socket');
const registerEvents = require('./events');
const testGame = require('./test.game');
// const testGame = require('./test.game');
const Header = require('./components/header.container');
const Body = require('./components/body.component');
@@ -46,8 +46,8 @@ document.fonts.load('16pt "Jura"').then(() => {
store.dispatch(actions.setWs(ws));
ws.connect();
events.setGame(testGame);
ws.clearGameStateTimeout();
// events.setGame(testGame);
// ws.clearGameStateTimeout();
// tells jdenticon to look for new svgs and render them
// so we don't have to setInnerHtml or manually call update