Remove dead code reference

This commit is contained in:
Daniel A. Wozniak 2023-08-20 16:55:12 -07:00 committed by Gareth J. Greenaway
parent 4afea71ae5
commit ba433a71c7

View file

@ -137,7 +137,6 @@ class Collector(salt.utils.process.SignalHandlingProcess):
self.started.set()
last_msg = time.time()
self.start = last_msg
serial = salt.payload.Serial(self.minion_config)
crypticle = salt.crypt.Crypticle(self.minion_config, self.aes_key)
self.gotone = False
try: