From 31efadd88496ba572201bdb17503b05ad5f3c745 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 19 Feb 2019 13:41:58 +0000 Subject: [PATCH] Removed debug code --- openflexure_microscope/camera/capture.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openflexure_microscope/camera/capture.py b/openflexure_microscope/camera/capture.py index fb8cce2d..6f33fc34 100644 --- a/openflexure_microscope/camera/capture.py +++ b/openflexure_microscope/camera/capture.py @@ -323,9 +323,6 @@ class CaptureObject(object): """ global EXIF_FORMATS - print(self.format) - print(EXIF_FORMATS) - if self.format.upper() in EXIF_FORMATS and self.file_exists: logging.debug("Writing exif data to capture file") # Extract current Exif data