mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Remove debug statement
This commit is contained in:
parent
c41e49d8e5
commit
1032ad28fc
@ -180,10 +180,7 @@ def minion_mods(
|
||||
if utils is None:
|
||||
utils = {}
|
||||
if proxy is None:
|
||||
log.debug('minion_mods called with proxy empty')
|
||||
proxy = {}
|
||||
else:
|
||||
log.debug('minion_mods called with proxy NOT empty')
|
||||
if not whitelist:
|
||||
whitelist = opts.get('whitelist_modules', None)
|
||||
ret = LazyLoader(_module_dirs(opts, 'modules', 'module'),
|
||||
|
Loading…
Reference in New Issue
Block a user