Skip to content

Commit 0d31e09

Browse files
authored
Merge pull request #91 from xgqfrms/main
fix: the issues 90
2 parents 261a183 + b092f90 commit 0d31e09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_dht.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def __init__(
8989
def exit(self) -> None:
9090
"""Cleans up the PulseIn process. Must be called explicitly"""
9191
if self._use_pulseio:
92-
print("De-initializing self.pulse_in")
9392
self.pulse_in.deinit()
9493

9594
def _pulses_to_binary(self, pulses: array.array, start: int, stop: int) -> int:

0 commit comments

Comments
 (0)