Skip to content

Commit

Permalink
refactor: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav authored Dec 18, 2024
1 parent 8fcd2a1 commit fbaebb5
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 fbaebb5

Please sign in to comment.