mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-27 17:43:33 +00:00
Delete bad log statement
This commit is contained in:
parent
0b245b9998
commit
ee90359ebb
@ -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++;
|
||||
|
||||
@ -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++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user