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:
Andrew Vant 2020-05-26 16:24:57 -04:00 committed by Megan Wilhite
parent d0ed816e8a
commit 2337851298

View file

@ -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"):
"""