From b092f90e7a741e9dec0821aaca93c6d7fa05e414 Mon Sep 17 00:00:00 2001 From: xgqfrms Date: Tue, 16 May 2023 23:24:55 +0800 Subject: [PATCH] fix: the issues 90 https://github.com/adafruit/Adafruit_CircuitPython_DHT/issues/90 --- adafruit_dht.py | 1 - 1 file changed, 1 deletion(-) diff --git a/adafruit_dht.py b/adafruit_dht.py index 2d838bd..d4d869a 100644 --- a/adafruit_dht.py +++ b/adafruit_dht.py @@ -89,7 +89,6 @@ def __init__( def exit(self) -> None: """Cleans up the PulseIn process. Must be called explicitly""" if self._use_pulseio: - print("De-initializing self.pulse_in") self.pulse_in.deinit() def _pulses_to_binary(self, pulses: array.array, start: int, stop: int) -> int: