mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
removed debugging
This commit is contained in:
parent
c621f1533d
commit
99c87f8855
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ void ModelTree::handleAddModelResponse(const QByteArray& packet) {
|
|||
getIsViewing()
|
||||
};
|
||||
|
||||
const bool wantDebug = true;
|
||||
const bool wantDebug = false;
|
||||
if (wantDebug) {
|
||||
qDebug() << "looking for creatorTokenID=" << creatorTokenID << " modelID=" << modelID
|
||||
<< " getIsViewing()=" << getIsViewing();
|
||||
|
|
Loading…
Reference in a new issue