Commit 8f41b2b2 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

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

parent 4cf12743
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment