Skip to content

Commit 1f6fe28

Browse files
author
brentru
committed
remove debugging init kwarg
1 parent 586e5fb commit 1f6fe28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_atecc/adafruit_atecc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def wakeup(self):
159159
raise IndexError("ATECCx08 not found - please check your wiring!")
160160
self._i2c_bus.unlock()
161161
if not self._i2c_device:
162-
self._i2c_device = I2CDevice(self._i2c_bus, _REG_ATECC_DEVICE_ADDR, debug=False)
162+
self._i2c_device = I2CDevice(self._i2c_bus, _REG_ATECC_DEVICE_ADDR)
163163
# check if we are ready to read from
164164
r = bytearray(1)
165165
self._get_response(r)

0 commit comments

Comments
 (0)