Remove stdout log when destructor called.

pull/8564/head
orisano 8 years ago committed by Nao YONASHIRO
parent 3cee54cd27
commit 550ca10ec6
  1. 2
      modules/videoio/src/cap_qtkit.mm

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

Loading…
Cancel
Save