Skip to content

Commit 28f5405

Browse files
authored
comment out debug print statement
1 parent 032427e commit 28f5405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mlx90640.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ def _ExtractDeviatingPixels(self):
766766
raise RuntimeError("More than 4 outlier pixels")
767767
if (brokenPixCnt + outlierPixCnt) > 4:
768768
raise RuntimeError("More than 4 faulty pixels")
769-
print("Found %d broken pixels, %d outliers" % (brokenPixCnt, outlierPixCnt))
769+
# print("Found %d broken pixels, %d outliers" % (brokenPixCnt, outlierPixCnt))
770770
# TODO INCOMPLETE
771771

772772
def _I2CWriteWord(self, writeAddress, data):

0 commit comments

Comments
 (0)