mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:37:20 +02: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()
|
getIsViewing()
|
||||||
};
|
};
|
||||||
|
|
||||||
const bool wantDebug = true;
|
const bool wantDebug = false;
|
||||||
if (wantDebug) {
|
if (wantDebug) {
|
||||||
qDebug() << "looking for creatorTokenID=" << creatorTokenID << " modelID=" << modelID
|
qDebug() << "looking for creatorTokenID=" << creatorTokenID << " modelID=" << modelID
|
||||||
<< " getIsViewing()=" << getIsViewing();
|
<< " getIsViewing()=" << getIsViewing();
|
||||||
|
|
Loading…
Reference in a new issue