From 66572806a23b6e58923fbd1e4bde6df4bd0fbb97 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 8 Mar 2024 10:44:55 +0200 Subject: [PATCH] fix --- src/libs/device.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libs/device.c b/src/libs/device.c index 4af1fbb..4f13b87 100644 --- a/src/libs/device.c +++ b/src/libs/device.c @@ -264,7 +264,6 @@ void us_device_close(us_device_s *dev) { _D_LOG_PERROR("Can't stop capturing"); } run->streamon = false; - _D_LOG_DEBUG("VIDIOC_STREAMOFF successful"); } if (run->hw_bufs != NULL) { @@ -291,7 +290,6 @@ void us_device_close(us_device_s *dev) { } US_DELETE(run->hw_bufs, free); run->n_bufs = 0; - _D_LOG_DEBUG("All HW buffers released"); } US_CLOSE_FD(run->fd);