From 94631e5d2302862af5002cba6f3c968e41527f85 2016-05-27 11:07:52 From: Thomas Kluyver Date: 2016-05-27 11:07:52 Subject: [PATCH] Remove leftover comment --- diff --git a/IPython/core/debugger.py b/IPython/core/debugger.py index e25faca..115e0aa 100644 --- a/IPython/core/debugger.py +++ b/IPython/core/debugger.py @@ -211,9 +211,6 @@ class Pdb(OldPdb, object): TerminalInteractiveShell self.shell = TerminalInteractiveShell.instance() - # This is icky, but I'm not currently sure how best to test if we're - # in a terminal shell using prompt_toolkit - self.aliases = {} # Create color table: we copy the default one from the traceback