Revert "Add temporary debugging code for HTML pagination test failure"

This reverts commit 0393940033 which is
not needed any longer after fixing AppVeyor test failure.
This commit is contained in:
Vadim Zeitlin
2018-07-25 13:47:43 +02:00
parent 6acd663190
commit 78edf14c88
3 changed files with 20 additions and 2 deletions

View File

@@ -33,7 +33,6 @@
#include "wx/wfstream.h"
#include "wx/infobar.h"
#include "wx/crt.h"
// default font size of normal text (HTML font size 0) for printing, in points:
#define DEFAULT_PRINT_FONT_SIZE 12
@@ -160,7 +159,6 @@ int wxHtmlDCRenderer::FindNextPageBreak(int pos) const
wxCHECK_MSG( posNext > pos, wxNOT_FOUND, "Bug in AdjustPagebreak()" );
}
wxPrintf("HTML-DEBUG: Next page break after %d is %d\n", pos, posNext);
return posNext;
}