Get rid of an annoying (useless?) call to qDebug.

This commit is contained in:
Roberto Raggi
2010-07-19 15:46:02 +02:00
parent 1ce574f19e
commit 281c6ad1f6

View File

@@ -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: