mirror of https://github.com/kiwix/libkiwix.git
remove useless code
This commit is contained in:
parent
801e622644
commit
d384131341
|
@ -107,11 +107,6 @@ namespace kiwix {
|
||||||
zim::Article currentArticle;
|
zim::Article currentArticle;
|
||||||
|
|
||||||
while (currentOffset < lastOffset) {
|
while (currentOffset < lastOffset) {
|
||||||
// if (self->getVerboseFlag()) {
|
|
||||||
// std::cout << "currentOffset:" << currentOffset << " lastOffset:" << lastOffset
|
|
||||||
// << " readArticleCount:" << readArticleCount << " totalArticleCount:" << articleCount <<std::endl;
|
|
||||||
// }
|
|
||||||
|
|
||||||
currentArticle = zimHandler->getArticle(currentOffset);
|
currentArticle = zimHandler->getArticle(currentOffset);
|
||||||
|
|
||||||
if (!currentArticle.isRedirect()) {
|
if (!currentArticle.isRedirect()) {
|
||||||
|
|
Loading…
Reference in New Issue