mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +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()
|
||||
};
|
||||
|
||||
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