Remove redundant assignment

This commit is contained in:
Thomas Jackson 2014-02-08 15:00:19 -08:00
parent 624072ebae
commit 42fd48db71

View File

@ -249,8 +249,6 @@ class SMinion(object):
functions for general use.
'''
def __init__(self, opts):
# Generate all of the minion side components
self.opts = opts
# Late setup of the opts grains, so we can log from the grains module
opts['grains'] = salt.loader.grains(opts)
self.opts = opts