remove debug info
This commit is contained in:
parent
4fad826899
commit
f24c1e96db
|
@ -838,7 +838,6 @@ void CppPreprocessor::addDefinesInFile(const QString &fileName)
|
||||||
return;
|
return;
|
||||||
mProcessed.insert(fileName);
|
mProcessed.insert(fileName);
|
||||||
|
|
||||||
qDebug()<<fileName;
|
|
||||||
// then add the defines defined in it
|
// then add the defines defined in it
|
||||||
PDefineMap defineList = mFileDefines.value(fileName, PDefineMap());
|
PDefineMap defineList = mFileDefines.value(fileName, PDefineMap());
|
||||||
if (defineList) {
|
if (defineList) {
|
||||||
|
|
Loading…
Reference in New Issue