mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
[sectionalize][test] remove debug-output
This commit is contained in:
parent
91150690be
commit
c3823e8dc1
@ -138,16 +138,6 @@ void test_sectionalize(std::string const& caseid, G const& g, std::size_t sectio
|
||||
{
|
||||
BOOST_CHECK_EQUAL(out_dirs.str(), dir_check);
|
||||
}
|
||||
else
|
||||
{
|
||||
if (out_sections.str().length() < 80)
|
||||
{
|
||||
std::cout << std::endl << bg::wkt(g) << std::endl;
|
||||
std::cout << out_sections.str() << std::endl;
|
||||
//std::cout << out_boxes.str() << std::endl;
|
||||
}
|
||||
std::cout << out_dirs.str() << std::endl;
|
||||
}
|
||||
|
||||
#if defined(TEST_WITH_SVG)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user