diff --git a/frontend/allowance-planner-v2/src/app/pages/history/history.page.ts b/frontend/allowance-planner-v2/src/app/pages/history/history.page.ts index 641f87d..e779e97 100644 --- a/frontend/allowance-planner-v2/src/app/pages/history/history.page.ts +++ b/frontend/allowance-planner-v2/src/app/pages/history/history.page.ts @@ -31,7 +31,6 @@ export class HistoryPage implements ViewWillEnter { getHistory() { setTimeout(() => { this.historyService.getHistoryList(this.userId).subscribe(history => { - console.log(history) this.history$.next(history); }) }, 20);