forked from qt-creator/qt-creator
CMakeProjectManager: Remove left-over qDebug()
...from CMakeBuildSystem::updateQmlJSCodeModel Change-Id: I2f0db764266d5580c47fb99bc6637bcd0ba508ca Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1218,7 +1218,6 @@ QList<ProjectExplorer::ExtraCompiler *> CMakeBuildSystem::findExtraCompilers()
|
||||
void CMakeBuildSystem::updateQmlJSCodeModel(const QStringList &extraHeaderPaths,
|
||||
const QList<QByteArray> &moduleMappings)
|
||||
{
|
||||
qDebug()<<"cmake: module mappings:"<<moduleMappings;
|
||||
QmlJS::ModelManagerInterface *modelManager = QmlJS::ModelManagerInterface::instance();
|
||||
|
||||
if (!modelManager)
|
||||
|
||||
Reference in New Issue
Block a user