Revert "Add even more debug output to the test"

This reverts commit 1ce009e73a as AppVeyor
test failures problem is fixed now.
This commit is contained in:
Vadim Zeitlin 2018-07-25 13:47:13 +02:00
parent 542124aa95
commit 6acd663190

View File

@ -183,9 +183,7 @@ TEST_CASE("wxHtmlPrintout::Pagination", "[html][print]")
text
)
);
const wxSize ext = dc.GetTextExtent("Something");
WARN("Using base font size " << fontFixedPixelSize.GetPointSize()
<< ", text extent of \"Something\" is " << ext.x << "x" << ext.y);
INFO("Using base font size " << fontFixedPixelSize.GetPointSize());
CHECK( CountPages(pr) == 3 );
}