diff --git a/src/plugins/coreplugin/editormanager/editormanager.cpp b/src/plugins/coreplugin/editormanager/editormanager.cpp
index 3acd76af8fdb4c13ac97c026160b29c77c19342a..6cfec71e0f619521a3b8cd62dd7877965cd4c12d 100644
--- a/src/plugins/coreplugin/editormanager/editormanager.cpp
+++ b/src/plugins/coreplugin/editormanager/editormanager.cpp
@@ -75,7 +75,7 @@ Q_DECLARE_METATYPE(Core::IEditor*)
 using namespace Core;
 using namespace Core::Internal;
 
-enum { debugEditorManager=1 };
+enum { debugEditorManager=0 };
 
 static inline ExtensionSystem::PluginManager *pluginManager()
 {