remove console log

This commit is contained in:
Ayo 2019-12-16 14:40:35 +08:00
parent b4b3f7aab6
commit 33b3c1676b

View file

@ -11,5 +11,4 @@ import { Minesweeper } from './minesweeper.js';
/** start the game **/
const myMinesweeper = new Minesweeper();
myMinesweeper.initialize();
console.log('hey');
myMinesweeper.initialize();