Skip to content

Commit 084a9d5

Browse files
authored
Remove print
1 parent 20ccb32 commit 084a9d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_slideshow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ def advance(self):
288288
except ValueError as error:
289289
self._image_file.close()
290290
self._image_file = None
291-
print("remove", imagename)
292291
del self._file_list[self._current_image]
293292

294293
if not odb:

0 commit comments

Comments
 (0)