Skip to content

Commit

Permalink
removed commented out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Preston committed Aug 5, 2013
1 parent f86ff5a commit edf8bec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pifacecommon/interrupts.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def activate(self):
"""When activated the :class:`PortEventListener` will run callbacks
associated with pins/directions.
"""
# enable_interrupts(self.port)
self.detector.start()
self.dispatcher.start()

Expand All @@ -132,7 +131,6 @@ def deactivate(self):
self.event_queue.put(self.TERMINATE_SIGNAL)
self.dispatcher.join()
self.detector.terminate()
# disable_interrupts(self.port)


def _event_matches_pin_function_map(event, pin_function_map):
Expand Down

0 comments on commit edf8bec

Please sign in to comment.