removed unused console.log
This commit is contained in:
parent
4051a50387
commit
647d746732
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue