Skip to content
Snippets Groups Projects
Commit 5c9b3694 authored by dt's avatar dt
Browse files

Remove debuggign output

parent 695b1dbf
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment