+ remove debug comments

This commit is contained in:
kelson42 2010-06-12 17:15:52 +00:00
parent a69aac50bc
commit 3735f31946
1 changed files with 0 additions and 1 deletions

View File

@ -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;