remove debuggng logspam

This commit is contained in:
David Kelly 2017-01-16 19:06:36 -08:00
parent 6c701bb0f0
commit 6c07a9aece
2 changed files with 0 additions and 2 deletions

View file

@ -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)";
}
}

View file

@ -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]});
}
//