mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-01 01:33:21 +08:00
removed print, which is annoying when starting vim
This commit is contained in:
@@ -36,7 +36,6 @@ class Parser(object):
|
||||
|
||||
def __init__(self, name=None, path=None, sys_path=sys.path):
|
||||
self.path = path
|
||||
print path
|
||||
if name:
|
||||
self.name = name
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user