Remove unnecessary log entry

This commit is contained in:
Matthias 2021-10-18 17:06:28 +02:00
parent 1e5b86ba75
commit cb28c1028e

View File

@ -92,7 +92,6 @@ export default class PairSummary extends Vue {
const trade = tradeCount ? trades[0] : undefined;
if (trades.length > 0) {
profitString = `Current profit: ${formatPercent(profit)}`;
console.log(`trades ${pair}`, trades);
}
if (trade) {
profitString += `\nOpen since: ${timestampms(trade.open_timestamp)}`;