Removing log.debug statement

This commit is contained in:
Gareth J. Greenaway 2014-10-10 11:36:45 -07:00 committed by rallytime
parent 645af2174a
commit 1baf90e8f3

View File

@ -835,7 +835,6 @@ def _get_interfaces():
global _INTERFACES
if not _INTERFACES:
log.debug('Populating _INTERFACES')
_INTERFACES = salt.utils.network.interfaces()
return _INTERFACES