diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h index 4156801ecfc..3a6d5badf79 100644 --- a/src/plugins/qmlprojectmanager/qmlproject.h +++ b/src/plugins/qmlprojectmanager/qmlproject.h @@ -16,9 +16,6 @@ class QMLPROJECTMANAGER_EXPORT QmlProject : public ProjectExplorer::Project Q_OBJECT public: explicit QmlProject(const Utils::FilePath &filename); - ~QmlProject(){ - qDebug() << "Closing the project"; - }; static bool isQtDesignStudio(); static bool isQtDesignStudioStartedFromQtC();