Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Oct 31, 2024
1 parent 64f8cc5 commit 0dd8f0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardware/webcam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ def archive(self, timeout):
self.__last_archive_image.parent.mkdir(parents=True, exist_ok=True)
self.__raw_image.save(self.__last_archive_image, "jpeg", quality=self.__JPEG_QUALITY, exif=self.__exit_data)
logger.debug(f"Webcam {self.name}: Archiving image to disk took: {time()-start:.3f} seconds")
print(f"Webcam {self.name}: Archiving image to disk took: {time()-start:.3f} seconds")

return True

Expand Down

0 comments on commit 0dd8f0a

Please sign in to comment.