mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove debug log
This commit is contained in:
parent
bcf956530f
commit
de2755d2d7
@ -203,7 +203,6 @@ public class OfferBookService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void removeOfferAtShutDown(OfferPayload offerPayload) {
|
public void removeOfferAtShutDown(OfferPayload offerPayload) {
|
||||||
log.debug("removeOfferAtShutDown " + offerPayload);
|
|
||||||
removeOffer(offerPayload, null, null);
|
removeOffer(offerPayload, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user