forked from qt-creator/qt-creator
QmlProject: Remove unconditional qdebug
This commit is contained in:
@@ -117,7 +117,6 @@ QString QmlProjectRunConfiguration::viewerPath() const
|
||||
{
|
||||
if (!m_qmlViewerCustomPath.isEmpty())
|
||||
return m_qmlViewerCustomPath;
|
||||
qDebug() << m_qmlViewerDefaultPath;
|
||||
return m_qmlViewerDefaultPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user