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 )) {