Reduce logs

This commit is contained in:
jpirnay
2026-05-23 19:55:50 +02:00
parent 2868ed3af2
commit 0dc3fc623c
2 changed files with 0 additions and 8 deletions
-2
View File
@@ -714,8 +714,6 @@ bool Epub::load(const bool buildIfMissing, const bool skipLoadingCss) {
const auto pageListPath = getCachePath() + "/pagelist.bin";
if (!Storage.exists(pageListPath.c_str())) {
parsePageMapFile();
} else {
LOG_DBG("EBP", "page-map.xml present but pagelist.bin already written by NCX/nav; skipping");
}
}