commented off print (due to the report from the mailing list)

This commit is contained in:
Vadim Pisarevsky 2011-07-15 19:43:34 +00:00
parent 4cf1274327
commit 8f41b2b23b

View File

@ -455,7 +455,7 @@ deque <CvDataMatrixCode> 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);