1
0
forked from VimPlug/jedi

Start removing the print statements that were used for debugging.

This commit is contained in:
Dave Halter
2015-02-01 02:32:52 +01:00
parent bc118e8047
commit 9a0f1363e3
3 changed files with 3 additions and 8 deletions

View File

@@ -177,7 +177,6 @@ class Instance(use_metaclass(CachedMetaClass, Executed)):
return names
def get_subscope_by_name(self, name):
print(name)
sub = self.base.get_subscope_by_name(name)
return get_instance_el(self._evaluator, self, sub, True)