From 3cfbb40655b0ce00e3efd25be50a6107bccdec2a Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 28 Oct 2020 15:40:51 +0000 Subject: [PATCH] Removed pointless GPU preview log --- openflexure_microscope/camera/pi.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openflexure_microscope/camera/pi.py b/openflexure_microscope/camera/pi.py index 65fd8c35..5881acdd 100644 --- a/openflexure_microscope/camera/pi.py +++ b/openflexure_microscope/camera/pi.py @@ -315,8 +315,6 @@ class PiCameraStreamer(BaseCamera): def start_preview(self, fullscreen=True, window=None): """Start the on board GPU camera preview.""" - logging.info("Starting the GPU preview") - with self.lock(): try: if not self.camera.preview: