From ce4839aa7a9fabc7ff764992f000a92a04bf4970 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Fri, 28 Oct 2011 15:02:42 +0000 Subject: [PATCH] + remove debug messages --- src/indexer/kiwix-index.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/indexer/kiwix-index.cpp b/src/indexer/kiwix-index.cpp index ba10837..ab3b58e 100644 --- a/src/indexer/kiwix-index.cpp +++ b/src/indexer/kiwix-index.cpp @@ -74,8 +74,6 @@ int main(int argc, char **argv) { } else if (indexPath == NULL) { indexPath = argv[optind++]; } else { - cout << zimFilePath << endl; - cout << indexPath << endl; usage(); } } else {