mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Remove unnecessary log - static verif isn't working
This commit is contained in:
parent
56cb98d96f
commit
72d61f1825
1 changed files with 0 additions and 2 deletions
|
@ -418,8 +418,6 @@ void ContextOverlayInterface::handleChallengeOwnershipReplyPacket(QSharedPointer
|
|||
EntityItemID id;
|
||||
bool verificationSuccess = DependencyManager::get<EntityTreeRenderer>()->getTree()->verifyDecryptedNonce(certID, decryptedText, id);
|
||||
|
||||
qDebug() << "ZRF" << verificationSuccess;
|
||||
|
||||
if (verificationSuccess) {
|
||||
emit ledger->updateCertificateStatus(certID, (uint)(ledger->CERTIFICATE_STATUS_VERIFICATION_SUCCESS));
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue