diff --git a/modules/objdetect/src/datamatrix.cpp b/modules/objdetect/src/datamatrix.cpp index 68450106e..ac5e32905 100644 --- a/modules/objdetect/src/datamatrix.cpp +++ b/modules/objdetect/src/datamatrix.cpp @@ -455,7 +455,7 @@ deque cvFindDataMatrix(CvMat *im) } } if (codes.size() > 0) { - printf("searching for more\n"); + //printf("searching for more\n"); } if (decode(sa, cc)) { codes.push_back(cc);