forked from qt-creator/qt-creator
Remove debuggign output
This commit is contained in:
@@ -164,8 +164,6 @@ QString MatchingText::insertMatchingBrace(const QTextCursor &cursor, const QStri
|
|||||||
if (isCompleteStringLiteral(tk, index - 1))
|
if (isCompleteStringLiteral(tk, index - 1))
|
||||||
return QLatin1String("\"");
|
return QLatin1String("\"");
|
||||||
|
|
||||||
qDebug() << "*** here";
|
|
||||||
|
|
||||||
return QString();
|
return QString();
|
||||||
} else if (text.at(0) == QLatin1Char('\'') && (token.is(T_CHAR_LITERAL) || token.is(T_WIDE_CHAR_LITERAL))) {
|
} else if (text.at(0) == QLatin1Char('\'') && (token.is(T_CHAR_LITERAL) || token.is(T_WIDE_CHAR_LITERAL))) {
|
||||||
if (text.length() != 1)
|
if (text.length() != 1)
|
||||||
|
Reference in New Issue
Block a user