Qt4ProjectManager: Remove left over debugging output

This commit is contained in:
dt
2010-11-02 16:40:31 +01:00
parent c09c5ec988
commit a149b70fc6

View File

@@ -172,7 +172,6 @@ void Qt4RunConfiguration::proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFile
{
if (m_proFilePath != pro->path())
return;
qDebug()<<"proFileUpdated"<<success;
handleParseState(success);
emit effectiveTargetInformationChanged();
}