diff --git a/pdf.c b/pdf.c index d20a12b86..dd0de744b 100644 --- a/pdf.c +++ b/pdf.c @@ -623,7 +623,7 @@ static int getPageLinks(lua_State *L) { lua_rawseti(L, -2, ++link_count); } - printf("## getPageLinks found %d links in document\n", link_count); + //printf("## getPageLinks found %d links in document\n", link_count); fz_drop_link(page->doc->context, page_links);