From d1fa002c8fd9593e42ab92583673fdca193fdabc Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 10 May 2022 13:06:17 +0530 Subject: [PATCH] removed console.log --- docs/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index f4ad7a6..53ce990 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1536,7 +1536,6 @@ chart(asset, duration = '48 weeks') { floExchangeAPI.getRateHistory(asset, duration).then(data => { data = data.map(({ time, rate }) => { - console.log(time, getIST(time)) return { time: getIST(time), value: rate