Remove unneeded code
This commit is contained in:
parent
6fef817ce4
commit
6c3da863d3
|
@ -9838,15 +9838,6 @@ class _Debugger():
|
||||||
self.popout_choices = {}
|
self.popout_choices = {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def _build_main_debugger_window_callback(self, events):
|
|
||||||
"""
|
|
||||||
|
|
||||||
:param events:
|
|
||||||
|
|
||||||
"""
|
|
||||||
self._build_main_debugger_window()
|
|
||||||
|
|
||||||
# Includes the DUAL PANE (now 2 tabs)! Don't forget REPL is there too!
|
# Includes the DUAL PANE (now 2 tabs)! Don't forget REPL is there too!
|
||||||
def _build_main_debugger_window(self, location=(None, None)):
|
def _build_main_debugger_window(self, location=(None, None)):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue