removed unused console.log

This commit is contained in:
Kfir Dayan 2023-03-23 21:27:00 +02:00
parent 4051a50387
commit 647d746732

View file

@ -32,7 +32,6 @@ class App {
const games = await this.gameSource.getGamesFromHaifa(); const games = await this.gameSource.getGamesFromHaifa();
// console.log(games)
this.googleCalendar.updateNewEvent(games); this.googleCalendar.updateNewEvent(games);
} }
} }