diff --git a/backend/src/app.controller.ts b/backend/src/app.controller.ts index 41b4ac3..f12255f 100644 --- a/backend/src/app.controller.ts +++ b/backend/src/app.controller.ts @@ -34,7 +34,6 @@ export class AppController { @Get('/stats/season/:id?') async getStats(@Param('id') id?: string): Promise { - logger.info(`Got id ${id}`) return await this.databaseService .fetchStats(id) .catch(err => {