Remove unneeded code

This commit is contained in:
MikeTheWatchGuy 2019-06-18 21:07:40 -04:00
parent 6fef817ce4
commit 6c3da863d3
1 changed files with 0 additions and 9 deletions

View File

@ -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)):
""" """