From 811da6e31af70f167d542ad21c03a45e6895dfa8 Mon Sep 17 00:00:00 2001 From: Christian Kamm <christian.d.kamm@nokia.com> Date: Wed, 31 Mar 2010 15:58:23 +0200 Subject: [PATCH] Remove debug output that slipped into 5ed718a0029ed4939e0b31e4fe5b67583d6308d7 --- src/libs/qmljs/qmljsdocument.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libs/qmljs/qmljsdocument.cpp b/src/libs/qmljs/qmljsdocument.cpp index 38b9f133cc3..88c8caaa51b 100644 --- a/src/libs/qmljs/qmljsdocument.cpp +++ b/src/libs/qmljs/qmljsdocument.cpp @@ -35,7 +35,6 @@ #include <qmljs/parser/qmljsnodepool_p.h> #include <qmljs/parser/qmljsastfwd_p.h> #include <QtCore/QDir> -#include <QtCore/QDebug> using namespace QmlJS; using namespace QmlJS::AST; @@ -58,7 +57,6 @@ Document::Document(const QString &fileName) || fileInfo.suffix() == QLatin1String("qmlproject")) { _isQmlDocument = true; _componentName = fileInfo.baseName(); - qDebug() << _componentName; if (! _componentName.isEmpty()) { // ### TODO: check the component name. -- GitLab