Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
Signed-off-by: Ye Cao <[email protected]>
  • Loading branch information
dashanji committed Aug 9, 2024
1 parent 05986d8 commit 5ca8dc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/server/util/etcd_launcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ Status EtcdLauncher::LaunchEtcdServer(
etcd_client.reset(new etcd::Client(etcd_endpoints_));
if (probeEtcdServer(etcd_client, sync_lock)) {
etcd_member_id_ = findMemberID(etcd_client, peer_endpoint);
std::cout << "%%%%%%%%%%%%%%%%%set " << etcd_member_id_ << std::endl;
// reset the etcd watcher
break;
}
Expand Down
2 changes: 0 additions & 2 deletions src/server/util/etcd_launcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ class EtcdLauncher {
const std::vector<std::string>& existing_members_name);

const uint64_t GetMemberID() {
std::cout << "LLLLLLLLLLLLLLl etcd_member_id_: " << etcd_member_id_
<< std::endl;
return etcd_member_id_;
}

Expand Down

0 comments on commit 5ca8dc7

Please sign in to comment.