Skip to content

Commit 354fc17

Browse files
committed
Remove commented out unnecessary code
1 parent e39b2ae commit 354fc17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_ra8875/ra8875.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ def touch_init(
349349
if tpin is not None:
350350
tpin.switch_to_input()
351351
self._tpin = tpin
352-
# Clear the Interrupt Flag
353-
# self._write_reg(reg.INTC2, reg.INTC2_TP)
354352
self.touch_enable(enable)
355353

356354
def touch_enable(self, touch_on: bool) -> None:

0 commit comments

Comments
 (0)