From 647d7467327675da3354f4a256697615303e1be3 Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Thu, 23 Mar 2023 21:27:00 +0200 Subject: [PATCH] removed unused console.log --- src/index.ts | 1 - 1 file changed, 1 deletion(-) 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); } }