Delete bad log statement

This commit is contained in:
ghubstan 2022-06-25 15:51:47 -03:00
parent 0b245b9998
commit ee90359ebb
No known key found for this signature in database
GPG Key ID: E35592D6800A861E
2 changed files with 0 additions and 2 deletions

View File

@ -209,7 +209,6 @@ public class TakeBestPricedOfferToBuyBtc extends AbstractBot {
newTrade.getTradeId(),
paymentAccount);
tradePaymentSimulator.run();
log.info("Trade payment simulation is complete. Closing bot channels and shutting down.");
printBTCBalances("BTC Balances After Simulated Trade Completion");
}
numOffersTaken++;

View File

@ -209,7 +209,6 @@ public class TakeBestPricedOfferToSellBtc extends AbstractBot {
newTrade.getTradeId(),
paymentAccount);
tradePaymentSimulator.run();
log.info("Trade payment simulation is complete. Closing bot channels and shutting down.");
printBTCBalances("BTC Balances After Simulated Trade Completion");
}
numOffersTaken++;