mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #8727 from holmboe/log-in-virtual-func
Remove logging in __virtual__ func.
This commit is contained in:
commit
2589561fb9
@ -30,7 +30,6 @@ def __virtual__():
|
||||
return False
|
||||
|
||||
if salt.utils.which('debconf-get-selections') is None:
|
||||
log.info('Package debconf-utils is not installed.')
|
||||
return False
|
||||
|
||||
return __virtualname__
|
||||
|
Loading…
Reference in New Issue
Block a user