mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Never post logs in the virtual function!!!!
Doing this can seriously flood the logs of the MANY users not intending to use the module
This commit is contained in:
parent
a6ab0679c0
commit
aad7109ed4
@ -82,7 +82,6 @@ log = logging.getLogger(__name__)
|
||||
|
||||
def __virtual__():
|
||||
if not HAS_VIRTUALENV:
|
||||
log.warn('virtualenv not installed, please install first')
|
||||
return False
|
||||
return 'django_orm'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user