diff --git a/src/jamidht/namedirectory.cpp b/src/jamidht/namedirectory.cpp
index 6fa926b461e1a6aa82d30c0cb8b6df054af5ced7..dece414d2027c67939d663198fddcff70696a08d 100644
--- a/src/jamidht/namedirectory.cpp
+++ b/src/jamidht/namedirectory.cpp
@@ -386,7 +386,7 @@ void NameDirectory::registerName(const std::string& addr, const std::string& n,
 void
 NameDirectory::scheduleCacheSave()
 {
-    JAMI_DBG("Scheduling cache save to %s", cachePath_.c_str());
+    // JAMI_DBG("Scheduling cache save to %s", cachePath_.c_str());
     std::weak_ptr<Task> task = Manager::instance().scheduler().scheduleIn([this]{
         dht::ThreadPool::io().run([this] {
             saveCache();