Skip to content

Commit

Permalink
Changes in ArduinoIO file (#805)
Browse files Browse the repository at this point in the history
Removing duplicate code.

Thanks @kmeagle1515. Funny how this goes unnoticed. And congrats on first time contribution! 🎆    May not seem like a big one but these kind of small contributions are the thing that help us out a lot. Cheers!
  • Loading branch information
kmeagle1515 authored and wtgee committed Mar 30, 2019
1 parent 6346562 commit 06fb91d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pocs/sensors/arduino_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ def __del__(self):
if hasattr(self, '_logger'):
self._logger.info('Deleting ArduinoIO instance for board {}', self.board)

def __del__(self):
if hasattr(self, '_logger'):
self._logger.info('Deleting ArduinoIO instance for board {}', self.board)

@property
def stop_running(self):
return self._stop_running.is_set()
Expand Down

0 comments on commit 06fb91d

Please sign in to comment.