mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Remove unnecessary log entry
This commit is contained in:
parent
1e5b86ba75
commit
cb28c1028e
|
@ -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)}`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user