Skip to content

Commit 98c57e6

Browse files
committed
remove debug statement
1 parent b1ccaf5 commit 98c57e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_imageload/bmp/indexed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def decode_rle(bitmap, file, compression, y_range, width):
166166
# file is 15px wide but has data for 16px.
167167
width_remaining = width - x
168168

169-
print("doing this too")
170169
file.readinto(run_buf)
171170

172171
if run_buf[0] == 0:

0 commit comments

Comments
 (0)