From 7212606164447ef231cc264fb0a5aa27649ddb5a 2009-03-30 20:12:54 From: Gael Varoquaux Date: 2009-03-30 20:12:54 Subject: [PATCH] BUG: Remove forgotten debug code --- diff --git a/IPython/frontend/prefilterfrontend.py b/IPython/frontend/prefilterfrontend.py index 1c0902f..e874333 100644 --- a/IPython/frontend/prefilterfrontend.py +++ b/IPython/frontend/prefilterfrontend.py @@ -191,7 +191,6 @@ class PrefilterFrontEnd(LineFrontEndBase): # FIXME: This should be factored out in the linefrontendbase # method. word = self._get_completion_text(line) - print 'Completion', word completions = self.ipython0.complete(word) # FIXME: The proper sort should be done in the complete method. key = lambda x: x.replace('_', '')