OSDN Git Service

Restrain trace messages.
[fukui-no-namari/dialektos.git] / src / thread_idx_cache.cxx
index 9dea8e5..668a67e 100644 (file)
@@ -170,7 +170,7 @@ void ThreadIdxCache::merge_idx(const boost::filesystem::path& idx_dir,
       if (last_modified <= cache_last_modified) continue;
     }
 
-    std::cout << "modified:" << id << std::endl;
+//    std::cout << "modified:" << id << std::endl;
     ThreadIdx idx = ThreadIdx::from_xml(leaf);
     if (idx.last_modified_.empty()) continue;
     ThreadIdxCache& cache = caches[id];