From 6e312260911f6729cfa7b951f55bc2ae91dea047 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Thu, 27 Jan 2022 21:00:53 +0100 Subject: [PATCH] Clean up --- apps/client/src/app/services/data.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/client/src/app/services/data.service.ts b/apps/client/src/app/services/data.service.ts index 7e7d52310..9dd51ace5 100644 --- a/apps/client/src/app/services/data.service.ts +++ b/apps/client/src/app/services/data.service.ts @@ -151,8 +151,6 @@ export class DataService { params = params.append('includeHistoricalData', includeHistoricalData); } - console.log(params); - return this.http.get(`/api/symbol/${dataSource}/${symbol}`, { params });