From: Alexander Alekhin Date: Wed, 18 Jul 2018 13:09:27 +0000 (+0300) Subject: core(test): remove verbose messages X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1^2~599^2~17^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e526c4bfe4afab05d604880ee1a68e2fb40c3d04;p=platform%2Fupstream%2Fopencv.git core(test): remove verbose messages --- diff --git a/modules/core/test/test_rand.cpp b/modules/core/test/test_rand.cpp index 8677aa0..34b32a7 100644 --- a/modules/core/test/test_rand.cpp +++ b/modules/core/test/test_rand.cpp @@ -173,7 +173,7 @@ void Core_RandTest::run( int ) dsz = slice+1 < maxSlice ? (int)(cvtest::randInt(rng) % (SZ - sz) + 1) : SZ - sz; Mat aslice = arr[k].colRange(sz, sz + dsz); tested_rng.fill(aslice, dist_type, A, B); - printf("%d - %d\n", sz, sz + dsz); + //printf("%d - %d\n", sz, sz + dsz); } }