summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/core/completer/choices.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_terminal/core/completer/choices.py')
-rw-r--r--openbb_terminal/core/completer/choices.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbb_terminal/core/completer/choices.py b/openbb_terminal/core/completer/choices.py
index 52cab850103..52bca9d0181 100644
--- a/openbb_terminal/core/completer/choices.py
+++ b/openbb_terminal/core/completer/choices.py
@@ -302,8 +302,6 @@ def _build_command_choice_map(argument_parser: ArgumentParser) -> dict:
def build_controller_choice_map(controller) -> dict:
- environ["DEBUG_MODE"] = "true"
-
command_list = controller.CHOICES_COMMANDS
controller_choice_map: dict = {c: {} for c in controller.controller_choices}
controller_choice_map["support"] = controller.SUPPORT_CHOICES