mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove debug statement
This commit is contained in:
parent
c41e49d8e5
commit
1032ad28fc
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue