From 6d3bf963301b5bb93838a9e16cba9a5fb1cf35d4 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 19 Feb 2022 10:11:00 +0100 Subject: [PATCH] Clean up --- .../pages/portfolio/allocations/allocations-page.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts b/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts index 1c7e18d3c..5cf555049 100644 --- a/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts +++ b/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts @@ -180,8 +180,6 @@ export class AllocationsPageComponent implements OnDestroy, OnInit { }; } - console.log(this.accounts); - for (const [symbol, position] of Object.entries( this.portfolioDetails.holdings )) {