forked from qt-creator/qt-creator
		
	Removed useless qDebug.
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user