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:
@@ -249,8 +249,6 @@ int MainWindow::openCamera()
|
||||
return -EBUSY;
|
||||
}
|
||||
|
||||
std::cout << "Using camera " << camera_->name() << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user