mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-19 18:35:07 +03:00
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:
parent
53dd3594d5
commit
9cec54a4ee
1 changed files with 0 additions and 2 deletions
|
@ -249,8 +249,6 @@ int MainWindow::openCamera()
|
|||
return -EBUSY;
|
||||
}
|
||||
|
||||
std::cout << "Using camera " << camera_->name() << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue