forked from qt-creator/qt-creator
Qt4ProjectManager: Remove left over debugging output
This commit is contained in:
@@ -172,7 +172,6 @@ void Qt4RunConfiguration::proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFile
|
|||||||
{
|
{
|
||||||
if (m_proFilePath != pro->path())
|
if (m_proFilePath != pro->path())
|
||||||
return;
|
return;
|
||||||
qDebug()<<"proFileUpdated"<<success;
|
|
||||||
handleParseState(success);
|
handleParseState(success);
|
||||||
emit effectiveTargetInformationChanged();
|
emit effectiveTargetInformationChanged();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user