Remove some debug code

Change-Id: I0c23a5956ae921cdbe1e87cd12c3bc247fdedfbc
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2014-10-24 10:23:15 +02:00
parent a8f06e858f
commit 3163b602e1

View File

@@ -230,10 +230,6 @@ QStringList ClangStaticAnalyzerRunControl::SourceFileConfiguration::createClangO
{
QStringList result;
if (file.path.endsWith(QLatin1String("cppmodelmanager.cpp"))) {
qDebug() << "here";
}
const bool objcExt = projectPart->languageExtensions & ProjectPart::ObjectiveCExtensions;
result += CppTools::CompilerOptionsBuilder::createLanguageOption(file.kind, objcExt);
result += CppTools::CompilerOptionsBuilder::createOptionsForLanguage(