Remove debuggign output

This commit is contained in:
dt
2009-10-06 17:14:21 +02:00
parent 695b1dbf5b
commit 5c9b3694e3

View File

@@ -164,8 +164,6 @@ QString MatchingText::insertMatchingBrace(const QTextCursor &cursor, const QStri
if (isCompleteStringLiteral(tk, index - 1))
return QLatin1String("\"");
qDebug() << "*** here";
return QString();
} else if (text.at(0) == QLatin1Char('\'') && (token.is(T_CHAR_LITERAL) || token.is(T_WIDE_CHAR_LITERAL))) {
if (text.length() != 1)