From 873cc2323f259cc8654c346e16208bd3d1d9ef87 Mon Sep 17 00:00:00 2001 From: guoge Date: Wed, 13 Dec 2023 15:26:50 +0800 Subject: [PATCH] =?UTF-8?q?nothing.=20=E5=88=A0=E9=99=A4log.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- klippy/extras/hx71x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klippy/extras/hx71x.py b/klippy/extras/hx71x.py index efef7e97b149..34f718059893 100644 --- a/klippy/extras/hx71x.py +++ b/klippy/extras/hx71x.py @@ -238,7 +238,7 @@ def _sample_hx71x(self, eventtime): else: self.weight -= self._sample_tare - logging.info("Senser:%s, read hx711 @ %.3f , weight:%.2f", self.name, eventtime, self.weight) + # logging.info("Senser:%s, read hx711 @ %.3f , weight:%.2f", self.name, eventtime, self.weight) # use weight as temperature. self.last_temp = self.weight