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 <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2020-03-23 02:01:25 +02:00
parent 53dd3594d5
commit 9cec54a4ee

View file

@ -249,8 +249,6 @@ int MainWindow::openCamera()
return -EBUSY;
}
std::cout << "Using camera " << camera_->name() << std::endl;
return 0;
}