mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-23 22:55:39 +00:00
(Android) Removed a debug test message
This commit is contained in:
parent
3310b23b6f
commit
0c3f6f509b
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue