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