mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
remove debuggng logspam
This commit is contained in:
parent
6c701bb0f0
commit
6c07a9aece
2 changed files with 0 additions and 2 deletions
|
@ -855,7 +855,6 @@ void NodeList::maintainIgnoreMuteSets(const QUuid& nodeID) {
|
|||
QWriteLocker personalMutedSetLocker{ &_personalMutedSetLock };
|
||||
_ignoredNodeIDs.unsafe_erase(nodeID);
|
||||
_personalMutedNodeIDs.unsafe_erase(nodeID);
|
||||
qCDebug(networking) << "removed" << nodeID.toString() << "from ignore/mute sets (if present)";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -582,7 +582,6 @@ function onClicked() {
|
|||
}
|
||||
function avatarDisconnected(nodeID) {
|
||||
// remove from the pal list
|
||||
print("got avatarDisconnected for " + nodeID);
|
||||
pal.sendToQml({method: 'avatarDisconnected', params: [nodeID]});
|
||||
}
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue