remove console log

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

View file

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