diff --git a/src/index.js b/src/index.js index 68db650..1f538c2 100644 --- a/src/index.js +++ b/src/index.js @@ -11,5 +11,4 @@ import { Minesweeper } from './minesweeper.js'; /** start the game **/ const myMinesweeper = new Minesweeper(); -myMinesweeper.initialize(); -console.log('hey'); \ No newline at end of file +myMinesweeper.initialize(); \ No newline at end of file