From ff7f774dc644a74caf8df042047f482ce398f698 Mon Sep 17 00:00:00 2001 From: David Halter Date: Wed, 18 Apr 2012 12:35:40 +0200 Subject: [PATCH] removed print, which is annoying when starting vim --- builtin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin.py b/builtin.py index 56ff2edc..6b2a483f 100644 --- a/builtin.py +++ b/builtin.py @@ -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: