Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
As requested
  • Loading branch information
pazzarpj committed Dec 3, 2018
1 parent 81e63cf commit d1f2923
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymodbus/client/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def __init__(self, framer, **kwargs):
if isinstance(self.framer, ModbusSocketFramer):
self.transaction = DictTransactionManager(self, **kwargs)
else:
# self.transaction = FifoTransactionManager(self, **kwargs)
self.transaction = LatestTransactionManager(self, **kwargs)
self._debug = False
self._debugfd = None
Expand Down

0 comments on commit d1f2923

Please sign in to comment.