Skip to content

Commit bd6c72c

Browse files
remove debug artifact
1 parent 52e6386 commit bd6c72c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_touchscreen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def __init__(
108108
self._rx_plate = x_resistance
109109
self._xsamples = [0] * samples
110110
self._ysamples = [0] * samples
111-
self._zsamples = [0] * samples
112111
if not calibration:
113112
calibration = ((0, 65535), (0, 65535))
114113
self._calib = calibration

0 commit comments

Comments
 (0)