remove debug info

This commit is contained in:
Roy Qu 2024-03-28 15:30:10 +08:00
parent b6eed0a00f
commit 83e2afb049
1 changed files with 1 additions and 5 deletions

View File

@ -768,14 +768,10 @@ void CodeCompletionPopup::getCompletionFor(
PEvalStatement ownerStatement = mParser->evalExpression(fileName,
ownerExpression,
scope);
// qDebug()<<scopeName;
// qDebug()<<memberOperator;
// qDebug()<<memberExpression;
if(!ownerStatement || !ownerStatement->effectiveTypeStatement) {
// qDebug()<<"statement not found!";
return;
}
// qDebug()<<"found: "<<ownerStatement->fullName;
if (memberOperator == "::") {
if (ownerStatement->kind==EvalStatementKind::Namespace) {
//there might be many statements corresponding to one namespace;