From dff083ccb6971fa28d838493353857783297b4a9 Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Fri, 17 Jul 2009 16:48:36 +1000 Subject: Remove debuggery --- src/declarative/qml/qmlcompositetypemanager.cpp | 1 - 1 file changed, 1 deletion(-) 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; } } -- cgit v0.12