Removed info log statement
This commit is contained in:
parent
825c475c7f
commit
91fced3b87
1 changed files with 0 additions and 1 deletions
|
@ -693,7 +693,6 @@ public class RealmAdapter extends AbstractMongoAdapter<MongoRealmEntity> impleme
|
|||
credsEntities.remove(entity);
|
||||
}
|
||||
for (String cred : creds) {
|
||||
logger.info("updating cred: " + cred);
|
||||
if (!already.contains(cred)) {
|
||||
RequiredCredentialModel credentialModel = initRequiredCredentialModel(cred);
|
||||
addRequiredCredential(credentialModel, credsEntities);
|
||||
|
|
Loading…
Reference in a new issue