Debugger: Remove some debugging code

Avoids a possibly large temporary string.

Change-Id: Ic20cccedc35df0172c3586054f098e2c0f4b69c2
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2022-11-08 13:36:54 +01:00
parent 08002c6278
commit 9364304f81

View File

@@ -254,7 +254,6 @@ void GdbMi::parseTuple_helper(DebuggerOutputParser &parser)
{ {
parser.skipCommas(); parser.skipCommas();
//qDebug() << "parseTuple_helper: " << parser.buffer(); //qDebug() << "parseTuple_helper: " << parser.buffer();
QString buf = parser.buffer();
m_type = Tuple; m_type = Tuple;
while (!parser.isAtEnd()) { while (!parser.isAtEnd()) {
if (parser.isCurrent('}')) { if (parser.isCurrent('}')) {