Browse Source

[IMP] pos_pricelist: Debug instead of warning

pull/275/head
Pedro M. Baeza 6 years ago
committed by GitHub
parent
commit
15386f0aa3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pos_pricelist/__init__.py

2
pos_pricelist/__init__.py

@ -7,4 +7,4 @@ try:
except ImportError: # pragma: no-cover
import logging
_logger = logging.getLogger(__name__)
_logger.warn("Missing dependency", exc_info=True)
_logger.debug("Missing dependency", exc_info=True)
Loading…
Cancel
Save