Show More
@@ -191,7 +191,6 b' class PrefilterFrontEnd(LineFrontEndBase):' | |||
|
191 | 191 | # FIXME: This should be factored out in the linefrontendbase |
|
192 | 192 | # method. |
|
193 | 193 | word = self._get_completion_text(line) |
|
194 | print 'Completion', word | |
|
195 | 194 | completions = self.ipython0.complete(word) |
|
196 | 195 | # FIXME: The proper sort should be done in the complete method. |
|
197 | 196 | key = lambda x: x.replace('_', '') |
General Comments 0
You need to be logged in to leave comments.
Login now