Browse Source

Clean up

pull/410/head
Thomas 4 years ago
parent
commit
af1eb82f96
  1. 4
      apps/api/src/services/data-gathering.service.ts

4
apps/api/src/services/data-gathering.service.ts

@ -130,10 +130,6 @@ export class DataGatheringService {
const currentData = await this.dataProviderService.get(dataGatheringItems); const currentData = await this.dataProviderService.get(dataGatheringItems);
Object.entries(currentData).forEach((symbol) => {
console.log(symbol[0], symbol[1]);
});
for (const [ for (const [
symbol, symbol,
{ {

Loading…
Cancel
Save