Browse Source

Clean up

pull/710/head
Thomas 3 years ago
parent
commit
6d3bf96330
  1. 2
      apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts

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

Loading…
Cancel
Save