Commit 905da299 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #12008 from alalek:test_remove_verbose_messages

parents 6c4f618d e526c4bf
......@@ -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);
}
}
......
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