Change log level to debug

This commit is contained in:
Manfred Karrer 2019-02-19 14:42:02 -05:00
parent 6c5d5adbc7
commit 4d017334ca
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -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) {