diff --git a/src/plugins/qmljseditor/qmlcodecompletion.cpp b/src/plugins/qmljseditor/qmlcodecompletion.cpp index e063819295d..6d1bb3f064f 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.