geom/ellipse: remove spurious print from test case

This commit is contained in:
Danny Robson 2018-05-10 12:53:26 +10:00
parent 2c919a6582
commit 6042d9ab76

View File

@ -105,7 +105,6 @@ test_cover (util::TAP::logger &tap)
return intersects (shape, p); return intersects (shape, p);
}); });
std::cout << shape << '\n';
tap.expect (success, "%!", t.message); tap.expect (success, "%!", t.message);
} }
} }