Skip to content

Commit

Permalink
BF: We no longer need to force O2 to zero to avoid message spam
Browse files Browse the repository at this point in the history
  • Loading branch information
todd committed Jul 18, 2024
1 parent 1c9e45a commit 62a95c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psychopy_bbtk/tpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def findThreshold(self, win, channel=None):
self.parent.lockMode()
# continue as normal
resp = photodiode.BasePhotodiodeGroup.findThreshold(self, win, channel)
self._setThreshold(0, channel=1)
# set back to mode 3
self.parent.unlockMode()
self.parent.setMode(3)
Expand Down

0 comments on commit 62a95c6

Please sign in to comment.