diff --git a/frontend/allowance-planner-v2/src/app/app.component.ts b/frontend/allowance-planner-v2/src/app/app.component.ts index a6c0025..cc98b6c 100644 --- a/frontend/allowance-planner-v2/src/app/app.component.ts +++ b/frontend/allowance-planner-v2/src/app/app.component.ts @@ -13,7 +13,6 @@ export class AppComponent { this.storageService.init().then(() => { this.storageService.getCurrentUserId().then((userId) => { if (userId !== undefined && userId !== null) { - console.log('userId: ', userId); this.router.navigate(['/tabs/allowance', userId]); } });