Skip to content
Snippets Groups Projects
Commit a149b70f authored by dt's avatar dt
Browse files

Qt4ProjectManager: Remove left over debugging output

parent c09c5ec9
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,6 @@ void Qt4RunConfiguration::proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFile ...@@ -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();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment