remove log that did nothing

This commit is contained in:
Thomas Phipps 2024-04-16 19:08:08 +00:00
parent 75f1449b32
commit b26e49b574

View file

@ -1132,7 +1132,6 @@ class MWorker(salt.utils.process.SignalHandlingProcess):
log.info(
"%s decrementing inherited ReqServer niceness to 0", self.name
)
log.info(os.nice())
os.nice(-1 * self.opts["req_server_niceness"])
else:
log.error(