Removed print debugging

This commit is contained in:
Jorgen Stenarson
2010-02-22 20:25:18 +01:00
parent a4e4163575
commit 2c56c1f08a
-1
View File
@@ -205,7 +205,6 @@ class BaseMode(object):
break
log(u'text completions=<%s>' % map(ensure_unicode, completions))
if (self.complete_filesystem == "on") and not completions:
print "HEJ"
# get the filename to complete
while self.begidx > 0:
self.begidx -= 1