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

View File

@ -270,8 +270,6 @@ CvCaptureCAM::CvCaptureCAM(int cameraNum) {
CvCaptureCAM::~CvCaptureCAM() {
stopCaptureDevice();
std::cout << "Cleaned up camera." << std::endl;
}
int CvCaptureCAM::didStart() {