diff --git a/src/plugins/qmljseditor/qmlcodecompletion.cpp b/src/plugins/qmljseditor/qmlcodecompletion.cpp
index e063819295dad7459e2e5ae36e9b4559a36a8d23..6d1bb3f064f375095cd3000d9e8900baf222779b 100644
--- a/src/plugins/qmljseditor/qmlcodecompletion.cpp
+++ b/src/plugins/qmljseditor/qmlcodecompletion.cpp
@@ -654,7 +654,6 @@ int QmlCodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
 
     // Set up the current scope chain.
     AST::Node *declaringMember = semanticInfo.declaringMember(editor->position());
-    qDebug() << "*** declaring member:" << declaringMember;
     context.build(declaringMember, document, snapshot);
 
     // Search for the operator that triggered the completion.