forked from qt-creator/qt-creator
QmlInspector: commented out dump of the item tree at every execution
This commit is contained in:
@@ -106,7 +106,7 @@ void ObjectTree::setCurrentObject(int debugId)
|
||||
|
||||
void ObjectTree::objectFetched()
|
||||
{
|
||||
dump(m_query->object(), 0);
|
||||
//dump(m_query->object(), 0);
|
||||
buildTree(m_query->object(), 0);
|
||||
setCurrentItem(topLevelItem(0));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user