remove useless code

This commit is contained in:
kelson42 2016-07-04 21:31:11 +02:00
parent 801e622644
commit d384131341
1 changed files with 0 additions and 5 deletions

View File

@ -107,11 +107,6 @@ namespace kiwix {
zim::Article currentArticle;
while (currentOffset < lastOffset) {
// if (self->getVerboseFlag()) {
// std::cout << "currentOffset:" << currentOffset << " lastOffset:" << lastOffset
// << " readArticleCount:" << readArticleCount << " totalArticleCount:" << articleCount <<std::endl;
// }
currentArticle = zimHandler->getArticle(currentOffset);
if (!currentArticle.isRedirect()) {