mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove broken log from mine runner
Probably this was meant to be getLogger instead of getLevelName, but it's moot because nothing is ever logged.
This commit is contained in:
parent
d0ed816e8a
commit
2337851298
1 changed files with 0 additions and 4 deletions
|
@ -2,12 +2,8 @@
|
|||
A runner to access data from the salt mine
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
||||
import salt.daemons.masterapi
|
||||
|
||||
log = logging.getLevelName(__name__)
|
||||
|
||||
|
||||
def get(tgt, fun, tgt_type="glob"):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue