From 9cec54a4ee90617ce3f01875961a2afb1588f300 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 23 Mar 2020 02:01:25 +0200 Subject: qcam: main_window: Remove unneeded debug message Printing the name of the selected camera to the log doesn't provide any value. Remove it. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- src/qcam/main_window.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qcam/main_window.cpp') diff --git a/src/qcam/main_window.cpp b/src/qcam/main_window.cpp index 20e84171..c0d42c64 100644 --- a/src/qcam/main_window.cpp +++ b/src/qcam/main_window.cpp @@ -249,8 +249,6 @@ int MainWindow::openCamera() return -EBUSY; } - std::cout << "Using camera " << camera_->name() << std::endl; - return 0; } -- cgit v1.2.1