mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Removing log.debug statement
This commit is contained in:
parent
645af2174a
commit
1baf90e8f3
@ -835,7 +835,6 @@ def _get_interfaces():
|
||||
|
||||
global _INTERFACES
|
||||
if not _INTERFACES:
|
||||
log.debug('Populating _INTERFACES')
|
||||
_INTERFACES = salt.utils.network.interfaces()
|
||||
return _INTERFACES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user