Remove unnecessary logging from minion.py

This commit is contained in:
Ch3LL 2019-08-15 09:19:58 -04:00
parent a05018e089
commit 8fd24cf87d
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -3308,7 +3308,6 @@ class ProxyMinionManager(MinionManager):
def _metaproxy_call(opts, fn_name):
log.debug('=== here ====')
metaproxy = salt.loader.metaproxy(opts)
try:
metaproxy_name = opts['metaproxy']