Skip to content

Commit

Permalink
Merge pull request #52012 from cachedout/fix_log_in_del
Browse files Browse the repository at this point in the history
Don't log debug messages during close
  • Loading branch information
dwoz authored Mar 7, 2019
2 parents dd813d8 + 864096b commit 522c7a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions salt/transport/zeromq.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ def close(self):
self._closing = True
if hasattr(self, 'message_client'):
self.message_client.close()
else:
log.debug('No message_client attr for AsyncZeroMQReqChannel found. Not destroying sockets.')

# Remove the entry from the instance map so that a closed entry may not
# be reused.
Expand Down

0 comments on commit 522c7a1

Please sign in to comment.