diff --git a/libraries/models/src/ModelTree.cpp b/libraries/models/src/ModelTree.cpp index 9224a04650..236138e2a8 100644 --- a/libraries/models/src/ModelTree.cpp +++ b/libraries/models/src/ModelTree.cpp @@ -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();