removed console.log
This commit is contained in:
parent
d572d1bca9
commit
d1fa002c8f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user