commit | 0779a208c55beba53c20ae3b90e8a15065c271ae | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 05 11:13:35 2018 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 05 11:13:35 2018 +0200 |
tree | c3bd4aefda2b768d6d8acaf2956ebdbf8dff2675 | |
parent | ea616ca2d86f4ea31c6716912f3472e01889a493 [diff] [blame] |
collocatordb: debug dump not necessary anymore
diff --git a/collocatordb.cc b/collocatordb.cc index cb26907..4d327f1 100644 --- a/collocatordb.cc +++ b/collocatordb.cc
@@ -603,6 +603,7 @@ sort(collocators.begin(), collocators.end(), sortByLfmd); + /* int i=0; for (Collocator c : collocators) { if(i++>10) break; @@ -619,6 +620,7 @@ << "\t total:" << total << std::endl; } + */ return collocators; }