Skip to content

Commit

Permalink
Merge branch 'feat--add-bootstrap-to-meroctl' of github.com:calimero-…
Browse files Browse the repository at this point in the history
…network/core into feat--add-bootstrap-to-meroctl
  • Loading branch information
MatejVukosav committed Dec 19, 2024
2 parents 43e9883 + fbaebb5 commit 7d39a46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/meroctl/src/cli/context/join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ impl JoinCommand {
let join_result = join_result
.ok_or_else(|| eyre::eyre!("No invitation payload found in the response"))?;

println!("Join result {:?}", join_result);

Ok(())
}
Expand Down

0 comments on commit 7d39a46

Please sign in to comment.