Suppress chatty debug output.

This commit is contained in:
JoelKatz
2012-11-05 18:29:26 -08:00
parent 886ac444a2
commit 429135bbdd

View File

@@ -76,7 +76,7 @@ void HashedObjectStore::bulkWrite()
return;
}
}
cLog(lsTRACE) << "HOS: writing " << set.size();
// cLog(lsTRACE) << "HOS: writing " << set.size();
static boost::format fExists("SELECT ObjType FROM CommittedObjects WHERE Hash = '%s';");
static boost::format