Removed useless qDebug.

This commit is contained in:
Roberto Raggi
2009-09-29 13:34:52 +02:00
parent 9f49cd05b6
commit 4bc4bd0f5d

View File

@@ -180,7 +180,6 @@ protected:
ensureNameIsValid(ast->name);
SimpleNameAST *simple = ast->name->asSimpleName();
qDebug() << identifier(simple->identifier_token) << _id;
if (identifier(simple->identifier_token) == _id) {
LookupContext context = currentContext(ast);
const QList<Symbol *> candidates = context.resolve(simple->name);