(Android) Removed a debug test message

This commit is contained in:
Leon Styhre 2023-12-23 18:53:26 +01:00
parent 3310b23b6f
commit 0c3f6f509b

View file

@ -140,10 +140,6 @@ int ConvertPDF::processFile(
return (-1);
}
#if defined(__ANDROID__)
__android_log_print(ANDROID_LOG_ERROR, "org.es_de.frontend", "PDF CONVERTING BREAK 10");
#endif
const poppler::page* page {document->create_page(pageNum - 1)};
if (page == nullptr) {