removed console.log
This commit is contained in:
parent
d572d1bca9
commit
d1fa002c8f
@ -1536,7 +1536,6 @@
|
|||||||
chart(asset, duration = '48 weeks') {
|
chart(asset, duration = '48 weeks') {
|
||||||
floExchangeAPI.getRateHistory(asset, duration).then(data => {
|
floExchangeAPI.getRateHistory(asset, duration).then(data => {
|
||||||
data = data.map(({ time, rate }) => {
|
data = data.map(({ time, rate }) => {
|
||||||
console.log(time, getIST(time))
|
|
||||||
return {
|
return {
|
||||||
time: getIST(time),
|
time: getIST(time),
|
||||||
value: rate
|
value: rate
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user