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:
Thomas S Hatch 2013-10-02 17:26:12 -06:00
parent a6ab0679c0
commit aad7109ed4

View File

@ -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'