mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 04:18:35 +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;
|
EntityItemID id;
|
||||||
bool verificationSuccess = DependencyManager::get<EntityTreeRenderer>()->getTree()->verifyDecryptedNonce(certID, decryptedText, id);
|
bool verificationSuccess = DependencyManager::get<EntityTreeRenderer>()->getTree()->verifyDecryptedNonce(certID, decryptedText, id);
|
||||||
|
|
||||||
qDebug() << "ZRF" << verificationSuccess;
|
|
||||||
|
|
||||||
if (verificationSuccess) {
|
if (verificationSuccess) {
|
||||||
emit ledger->updateCertificateStatus(certID, (uint)(ledger->CERTIFICATE_STATUS_VERIFICATION_SUCCESS));
|
emit ledger->updateCertificateStatus(certID, (uint)(ledger->CERTIFICATE_STATUS_VERIFICATION_SUCCESS));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue