Cleanup miss-placed log message

This commit is contained in:
Matthias 2021-12-25 11:20:02 +01:00
parent 85bdfb5d7c
commit 9fb9fd8d20

View File

@ -81,7 +81,7 @@ export default class CumProfitChart extends Vue {
resD[trade.close_timestamp][trade.botId] = profit; resD[trade.close_timestamp][trade.botId] = profit;
} }
} }
console.log(trade.close_date, profit); // console.log(trade.close_date, profit);
res.push({ date: trade.close_timestamp, profit, [trade.botId]: profit }); res.push({ date: trade.close_timestamp, profit, [trade.botId]: profit });
if (!this.botList.includes(trade.botId)) { if (!this.botList.includes(trade.botId)) {
this.botList.push(trade.botId); this.botList.push(trade.botId);