remove debug info

This commit is contained in:
Roy Qu 2024-03-22 09:37:54 +08:00
parent aad4050c25
commit 3b85e8bec0
1 changed files with 0 additions and 1 deletions

View File

@ -1402,7 +1402,6 @@ PStatement CppParser::addStatement(const PStatement& parent,
if (pos>0 && !newCommand.startsWith("operator<")) {
templateSpecializationParams = newCommand.mid(pos);
newCommand = newCommand.left(pos);
qDebug()<<newCommand<<templateSpecializationParams;
}
newCommand.squeeze();
// if (newCommand.startsWith("::") && parent && kind!=StatementKind::skBlock ) {