removed debugging

This commit is contained in:
ZappoMan 2014-05-02 09:38:14 -07:00
parent c621f1533d
commit 99c87f8855

View file

@ -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();