remove TODO comment
This commit is contained in:
parent
6b293148a5
commit
fb355147a2
@ -217,7 +217,6 @@ void Epub::initializeSpineItemSizes() {
|
|||||||
size_t s = 0;
|
size_t s = 0;
|
||||||
unsigned long last = millis();
|
unsigned long last = millis();
|
||||||
const std::string path = normalisePath(spineItem);
|
const std::string path = normalisePath(spineItem);
|
||||||
// TODO: This is still too slow, because zip opens zipfile every time?
|
|
||||||
zip.getInflatedFileSize(path.c_str(), &s);
|
zip.getInflatedFileSize(path.c_str(), &s);
|
||||||
// getItemSize(spineItem, &s);
|
// getItemSize(spineItem, &s);
|
||||||
Serial.printf("[%lu] [EBP] Determining size %d of item %d took %lu ms\n", millis(), cumSpineItemSize, i,
|
Serial.printf("[%lu] [EBP] Determining size %d of item %d took %lu ms\n", millis(), cumSpineItemSize, i,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user