diff --git a/apps/api/src/app/portfolio/portfolio.service.ts b/apps/api/src/app/portfolio/portfolio.service.ts index 2d30fc214..a26441d0b 100644 --- a/apps/api/src/app/portfolio/portfolio.service.ts +++ b/apps/api/src/app/portfolio/portfolio.service.ts @@ -1596,8 +1596,6 @@ export class PortfolioService { userId }); - console.log(performance); - const { netPerformance, netPerformancePercentage, @@ -1725,8 +1723,6 @@ export class PortfolioService { .minus(emergencyFundPositionsValueInBaseCurrency) .toNumber(), grossPerformance: new Big(netPerformance).plus(fees).toNumber(), - grossPerformancePercentage: undefined, // TODO - grossPerformancePercentageWithCurrencyEffect: undefined, // TODO grossPerformanceWithCurrencyEffect: new Big( netPerformanceWithCurrencyEffect ) diff --git a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html index 8f7fb470d..2a8880225 100644 --- a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html +++ b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -80,30 +80,6 @@ /> -