Skip to content

Commit dca4a26

Browse files
authored
Merge pull request #12 from waspinator/patch-1
comment out debug print statement
2 parents 032427e + 28f5405 commit dca4a26

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)