We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ccaf5 commit 98c57e6Copy full SHA for 98c57e6
1 file changed
adafruit_imageload/bmp/indexed.py
@@ -166,7 +166,6 @@ def decode_rle(bitmap, file, compression, y_range, width):
166
# file is 15px wide but has data for 16px.
167
width_remaining = width - x
168
169
- print("doing this too")
170
file.readinto(run_buf)
171
172
if run_buf[0] == 0:
0 commit comments