diff --git a/bookmarks/threads/workers.py b/bookmarks/threads/workers.py index 505c38e4..56106754 100644 --- a/bookmarks/threads/workers.py +++ b/bookmarks/threads/workers.py @@ -867,7 +867,6 @@ def process_data(self, ref): # Let's check it against the source to make sure it's still valid. if image and not image.isNull(): res = bookmarks_openimageio.is_up_to_date(source, destination) - print(res, source, destination) if res == 1: images.make_color(destination) return True