remove console log
This commit is contained in:
parent
b4b3f7aab6
commit
33b3c1676b
1 changed files with 1 additions and 2 deletions
|
@ -11,5 +11,4 @@ import { Minesweeper } from './minesweeper.js';
|
|||
|
||||
/** start the game **/
|
||||
const myMinesweeper = new Minesweeper();
|
||||
myMinesweeper.initialize();
|
||||
console.log('hey');
|
||||
myMinesweeper.initialize();
|
Loading…
Reference in a new issue