diff --git a/include/hermes/config_manager.h b/include/hermes/config_manager.h index 654c4ff4c..1cf44a040 100644 --- a/include/hermes/config_manager.h +++ b/include/hermes/config_manager.h @@ -54,7 +54,6 @@ class ConfigurationManager { bkt_mdm_.id_, blob_mdm_.id_); stager_mdm_.CreateRoot(DomainId::GetGlobal(), "hermes_stager_mdm", blob_mdm_.id_); - HILOG(kInfo, "(node {}) FINISHED CREATING STAGER AND OP_MDM", HRUN_CLIENT->node_id_) blob_mdm_.SetBucketMdmRoot(DomainId::GetGlobal(), bkt_mdm_.id_, stager_mdm_.id_, op_mdm_.id_);