diff --git a/src/index.ts b/src/index.ts index 70599e6..96d0c57 100644 --- a/src/index.ts +++ b/src/index.ts @@ -32,7 +32,6 @@ class App { const games = await this.gameSource.getGamesFromHaifa(); - // console.log(games) this.googleCalendar.updateNewEvent(games); } }