mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-18 18:31:24 +00:00
removed logging spam
This commit is contained in:
parent
cea63e7ec7
commit
05d629e717
@ -214,11 +214,9 @@ public class HSQLDBChatRepository implements ChatRepository {
|
||||
|
||||
// if the PrimaryTable is available, then use it
|
||||
if( this.repository.getBlockRepository().getBlockchainHeight() > BlockChain.getInstance().getMultipleNamesPerAccountHeight()) {
|
||||
LOGGER.debug("using PrimaryNames for chat transactions");
|
||||
tableName = "PrimaryNames";
|
||||
}
|
||||
else {
|
||||
LOGGER.debug("using Names for chat transactions");
|
||||
tableName = "Names";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user