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())
|
||||
return;
|
||||
qDebug()<<"proFileUpdated"<<success;
|
||||
handleParseState(success);
|
||||
emit effectiveTargetInformationChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user