mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +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;
|
const trade = tradeCount ? trades[0] : undefined;
|
||||||
if (trades.length > 0) {
|
if (trades.length > 0) {
|
||||||
profitString = `Current profit: ${formatPercent(profit)}`;
|
profitString = `Current profit: ${formatPercent(profit)}`;
|
||||||
console.log(`trades ${pair}`, trades);
|
|
||||||
}
|
}
|
||||||
if (trade) {
|
if (trade) {
|
||||||
profitString += `\nOpen since: ${timestampms(trade.open_timestamp)}`;
|
profitString += `\nOpen since: ${timestampms(trade.open_timestamp)}`;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user