remove console log
This commit is contained in:
parent
b4b3f7aab6
commit
33b3c1676b
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
|
Loading…
Reference in a new issue