Skip to content
Snippets Groups Projects
Commit 95bf007e authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

remove qDebug

Change-Id: Ia83708b48f7565d8d272a797c7e18cb0931dddb0
Reviewed-on: http://codereview.qt.nokia.com/1747


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@nokia.com>
parent c0eaaeff
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,6 @@ void ComponentNodeInstance::setNodeSource(const QString &source)
setId(id());
if (component()->isError()) {
qDebug() << source;
foreach(const QDeclarativeError &error, component()->errors())
qDebug() << error;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment