Removed useless qDebug.

This commit is contained in:
Roberto Raggi
2010-02-09 12:16:19 +01:00
parent 4c8a7cfcf6
commit 0567adbc32

View File

@@ -45,8 +45,6 @@ void Link::scopeChainAt(Document::Ptr doc, Node *currentObject)
// ### FIXME: May want to link to instantiating components from here.
qDebug() << "**** here" << currentObject;
ObjectValue *scopeObject = 0;
if (UiObjectDefinition *definition = cast<UiObjectDefinition *>(currentObject))
scopeObject = bind->_qmlObjects.value(definition);