summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
author0cyn <kat@vector35.com>2025-10-22 02:37:05 -0400
committer0cyn <kat@vector35.com>2025-10-29 07:50:20 -0400
commit72fcf44f3731ade3cf1310da55f633f1cb9069ce (patch)
tree8b110d6951080ee3bf3a1a742c2c72dbb497c517 /python/__init__.py
parent5d9fa6553036f9d0e5216948585f4e7dcde3fcb7 (diff)
Refactor Plugin Load/Management to support upcoming changes
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py
index 02703972..ebd7a331 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -250,7 +250,6 @@ def _init_plugins():
if _enable_default_log and is_headless_init_once and min_level in LogLevel.__members__ and not core_ui_enabled(
) and sys.stderr.isatty():
log_to_stderr(LogLevel[min_level])
- core.BNInitRepoPlugins()
if core.BNIsLicenseValidated():
_plugin_init = True
else: