forked from qt-creator/qt-creator
Get rid of an annoying (useless?) call to qDebug.
This commit is contained in:
@@ -1448,7 +1448,6 @@ bool QmlJSTextEditor::contextAllowsAutoParentheses(const QTextCursor &cursor, co
|
|||||||
bool QmlJSTextEditor::contextAllowsElectricCharacters(const QTextCursor &cursor) const
|
bool QmlJSTextEditor::contextAllowsElectricCharacters(const QTextCursor &cursor) const
|
||||||
{
|
{
|
||||||
Token token = tokenUnderCursor(cursor);
|
Token token = tokenUnderCursor(cursor);
|
||||||
qDebug() << cursor.positionInBlock() << token.begin() << token.end();
|
|
||||||
switch (token.kind) {
|
switch (token.kind) {
|
||||||
case Token::Comment:
|
case Token::Comment:
|
||||||
case Token::String:
|
case Token::String:
|
||||||
|
Reference in New Issue
Block a user