fix(logger): remove config

This commit is contained in:
Barrett Ruth 2025-09-22 16:48:50 -04:00
parent beda8a3a03
commit 510393a788

View file

@ -1075,7 +1075,6 @@ function M.setup(opts)
opts = opts or {}
user_config = opts
config = config_module.setup(user_config)
logger.set_config(config)
if not snippets_initialized then
snippets.setup(config)
snippets_initialized = true