From 8f41b2b23ba8a5dc19b1f3cb5a212344dbdc8fdd Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Fri, 15 Jul 2011 19:43:34 +0000 Subject: [PATCH] commented off print (due to the report from the mailing list) --- modules/objdetect/src/datamatrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/objdetect/src/datamatrix.cpp b/modules/objdetect/src/datamatrix.cpp index 68450106e4..ac5e32905c 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);