remove debug info
This commit is contained in:
parent
aad4050c25
commit
3b85e8bec0
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue