mirror of https://github.com/kiwix/libkiwix.git
+ remove debug comments
This commit is contained in:
parent
a69aac50bc
commit
3735f31946
|
@ -85,7 +85,6 @@ string Reader::getFirstPageUrl() {
|
|||
|
||||
zim::size_type firstPageOffset = zimFileHandler->getNamespaceBeginOffset('A');
|
||||
zim::Article article = zimFileHandler->getArticle(firstPageOffset);
|
||||
std::cout << article.getTitle() << std::endl;
|
||||
url = article.getLongUrl();
|
||||
|
||||
return url;
|
||||
|
|
Loading…
Reference in New Issue