diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-17 06:48:36 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-17 06:48:36 (GMT) |
commit | dff083ccb6971fa28d838493353857783297b4a9 (patch) | |
tree | 8b2f421cb4539e04c822a45a3b7a4abf8d9b9352 /src | |
parent | 43a497cac00a93f015ec62339529f36ba3f19ece (diff) | |
download | Qt-dff083ccb6971fa28d838493353857783297b4a9.zip Qt-dff083ccb6971fa28d838493353857783297b4a9.tar.gz Qt-dff083ccb6971fa28d838493353857783297b4a9.tar.bz2 |
Remove debuggery
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/qml/qmlcompositetypemanager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompositetypemanager.cpp b/src/declarative/qml/qmlcompositetypemanager.cpp index 9af5c3c..3037051 100644 --- a/src/declarative/qml/qmlcompositetypemanager.cpp +++ b/src/declarative/qml/qmlcompositetypemanager.cpp @@ -251,7 +251,6 @@ void QmlCompositeTypeManager::setData(QmlCompositeTypeData *unit, error.setUrl(url); error.setDescription(tr("Import %1 unavailable").arg(imp.uri)); unit->errors << error; -qDebug() << "ERR"; ok = false; } } |