1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Remove stdout log when destructor called.

This commit is contained in:
orisano
2017-04-12 12:18:51 +09:00
committed by Nao YONASHIRO
parent 3cee54cd27
commit 550ca10ec6
-2
View File
@@ -270,8 +270,6 @@ CvCaptureCAM::CvCaptureCAM(int cameraNum) {
CvCaptureCAM::~CvCaptureCAM() {
stopCaptureDevice();
std::cout << "Cleaned up camera." << std::endl;
}
int CvCaptureCAM::didStart() {