mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Change log level to debug
This commit is contained in:
parent
6c5d5adbc7
commit
4d017334ca
@ -141,7 +141,7 @@ public class AssetTradeActivityCheck {
|
||||
"\n\n" + newAssets.toString() +
|
||||
"\n\n" + sufficientlyTraded.toString();
|
||||
// Utilities.copyToClipboard(result);
|
||||
log.info(result);
|
||||
log.debug(result);
|
||||
}
|
||||
|
||||
private boolean isWarmingUp(String code) {
|
||||
|
Loading…
Reference in New Issue
Block a user