fix(logger): remove config
This commit is contained in:
parent
beda8a3a03
commit
510393a788
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue