mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
disable debug output
This commit is contained in:
parent
820c37607e
commit
2906e89fec
@ -211,7 +211,7 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
|
||||
|
||||
//debug
|
||||
{
|
||||
#if 1
|
||||
#if 0
|
||||
html_fout << "\"";
|
||||
double x,y;
|
||||
state->transform(state->getCurX(), state->getCurY(), &x, &y);
|
||||
|
Loading…
Reference in New Issue
Block a user