summaryrefslogtreecommitdiff
path: root/rplugin/python3/deoplete/child.py
diff options
context:
space:
mode:
Diffstat (limited to 'rplugin/python3/deoplete/child.py')
-rw-r--r--rplugin/python3/deoplete/child.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rplugin/python3/deoplete/child.py b/rplugin/python3/deoplete/child.py
index 1736a89..cd99486 100644
--- a/rplugin/python3/deoplete/child.py
+++ b/rplugin/python3/deoplete/child.py
@@ -365,8 +365,6 @@ class Child(logger.LoggingMixin):
ctx['candidates'] = source.on_post_filter(ctx)
mark = source.mark + ' '
- print(source.name)
- print(ctx['candidates'])
for candidate in ctx['candidates']:
# Set default menu and icase
candidate['icase'] = 1