Skip to content
Snippets Groups Projects
Commit 4b0fc13d authored by hjk's avatar hjk
Browse files

remove debug output

RevBy: dt
parent 11df4166
No related branches found
No related tags found
No related merge requests found
...@@ -700,7 +700,6 @@ void Qt4ProFileNode::update() ...@@ -700,7 +700,6 @@ void Qt4ProFileNode::update()
void Qt4ProFileNode::fileChanged(const QString &filePath) void Qt4ProFileNode::fileChanged(const QString &filePath)
{ {
qDebug()<<"+++++"<<filePath;
CppTools::CppModelManagerInterface *modelManager = CppTools::CppModelManagerInterface *modelManager =
ExtensionSystem::PluginManager::instance()->getObject<CppTools::CppModelManagerInterface>(); ExtensionSystem::PluginManager::instance()->getObject<CppTools::CppModelManagerInterface>();
......
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