Removed pointless GPU preview log

This commit is contained in:
Joel Collins 2020-10-28 15:40:51 +00:00
parent da490fdfcd
commit 3cfbb40655

View file

@ -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: