Skip to content

Commit

Permalink
Merge pull request #628 from lukemartinlogan/dev
Browse files Browse the repository at this point in the history
Remove some logs
  • Loading branch information
lukemartinlogan authored Oct 19, 2023
2 parents 18b7419 + 694f163 commit efce6e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/hermes/config_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_);
Expand Down

0 comments on commit efce6e3

Please sign in to comment.