mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
Remove stdout log when destructor called.
This commit is contained in:
parent
3cee54cd27
commit
550ca10ec6
@ -270,8 +270,6 @@ CvCaptureCAM::CvCaptureCAM(int cameraNum) {
|
||||
|
||||
CvCaptureCAM::~CvCaptureCAM() {
|
||||
stopCaptureDevice();
|
||||
|
||||
std::cout << "Cleaned up camera." << std::endl;
|
||||
}
|
||||
|
||||
int CvCaptureCAM::didStart() {
|
||||
|
Loading…
Reference in New Issue
Block a user