[libcamera-devel] [PATCH 11/21] qcam: main_window: Remove unneeded debug message

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Mar 23 15:21:55 CET 2020


Printing the name of the selected camera to the log doesn't provide any
value. Remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 src/qcam/main_window.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/qcam/main_window.cpp b/src/qcam/main_window.cpp
index 21a8fcfe711d..ed8301502fb2 100644
--- a/src/qcam/main_window.cpp
+++ b/src/qcam/main_window.cpp
@@ -247,8 +247,6 @@ int MainWindow::openCamera()
 		return -EBUSY;
 	}
 
-	std::cout << "Using camera " << camera_->name() << std::endl;
-
 	return 0;
 }
 
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list