Fix for mem usage of Doc
authornvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Thu, 16 Apr 2009 11:53:41 +0000 (11:53 +0000)
committernvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Thu, 16 Apr 2009 11:53:41 +0000 (11:53 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@321 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

TCImplementation.cpp

index 8112b45..1e0b2b8 100644 (file)
@@ -1066,7 +1066,7 @@ void TCImplementation::maketables()
         tmp[i] = ((*endmarkerDocId)[i] + 1) % numberOfTexts;
 //        cout << tmp[i] << ",";
     }
-    cout << endl;
+//    cout << endl;
     delete endmarkerDocId;
 
     alphabet_mapper * am = new alphabet_mapper_none();