Skip to content

Commit

Permalink
nothing. 删除log.
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoGeTiertime committed Dec 13, 2023
1 parent bfb3353 commit 873cc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/extras/hx71x.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 873cc23

Please sign in to comment.