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

Kieran Bingham kieran.bingham at ideasonboard.com
Mon Mar 23 16:50:39 CET 2020


Hi Laurent,

On 23/03/2020 14:21, Laurent Pinchart wrote:
> Printing the name of the selected camera to the log doesn't provide any
> value. Remove it.

Agreed,

Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> 
> 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
--
Kieran


More information about the libcamera-devel mailing list