1
0
forked from VimPlug/jedi

Remove print statements and reenable the if statement scanning that allows names to get resolved in 'if 0:' clauses. Makes all tests work again.

This commit is contained in:
Dave Halter
2015-07-01 14:00:50 +02:00
parent d739828a4b
commit 80492265cf
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -87,7 +87,6 @@ class NameFinder(object):
names = self.filter_name(scopes)
if self._found_predefined_if_name is not None:
print('HAVE FOUND', self._found_predefined_if_name)
return self._found_predefined_if_name
types = self._names_to_types(names, search_global)