From 281c6ad1f6d22b32b40f981131d892fb128cda6b Mon Sep 17 00:00:00 2001
From: Roberto Raggi <roberto.raggi@nokia.com>
Date: Mon, 19 Jul 2010 15:46:02 +0200
Subject: [PATCH] Get rid of an annoying (useless?) call to qDebug.

---
 src/plugins/qmljseditor/qmljseditor.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/qmljseditor/qmljseditor.cpp b/src/plugins/qmljseditor/qmljseditor.cpp
index 4bd4dd88e48..403591f9650 100644
--- a/src/plugins/qmljseditor/qmljseditor.cpp
+++ b/src/plugins/qmljseditor/qmljseditor.cpp
@@ -1448,7 +1448,6 @@ bool QmlJSTextEditor::contextAllowsAutoParentheses(const QTextCursor &cursor, co
 bool QmlJSTextEditor::contextAllowsElectricCharacters(const QTextCursor &cursor) const
 {
     Token token = tokenUnderCursor(cursor);
-    qDebug() << cursor.positionInBlock() << token.begin() << token.end();
     switch (token.kind) {
     case Token::Comment:
     case Token::String:
-- 
GitLab