From e526c4bfe4afab05d604880ee1a68e2fb40c3d04 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Wed, 18 Jul 2018 16:09:27 +0300 Subject: [PATCH] core(test): remove verbose messages --- modules/core/test/test_rand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.7.4