Browse Source

Remove redundant console.warn #2288

pull/4056/head
Brandon Wortman 9 months ago
parent
commit
d020ced278
No known key found for this signature in database GPG Key ID: C63DB7DA05AEC086
  1. 3
      apps/client/src/app/services/import-activities.service.ts

3
apps/client/src/app/services/import-activities.service.ts

@ -231,9 +231,6 @@ export class ImportActivitiesService {
this.dataService.fetchSymbolItem({ dataSource, symbol }).pipe( this.dataService.fetchSymbolItem({ dataSource, symbol }).pipe(
map(({ currency }) => { map(({ currency }) => {
if (currency) { if (currency) {
console.warn(
`activities.${index}.currency was not provided, using ${currency} from symbol data`
);
return currency; return currency;
} }

Loading…
Cancel
Save