Skip to content

Commit

Permalink
Rmoved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Oct 23, 2024
1 parent db73d1f commit 05e0822
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cw-orch-polytone/src/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ impl<Chain: CwEnv> Deploy<Chain> for Polytone<Chain> {
let mut polytone = Self::new(chain.clone());
// We register all the code_id default state
if chain.can_load_state_from_state_file() {
println!("Loading from state file");
polytone.set_contracts_state(None);
}

Expand Down Expand Up @@ -204,7 +203,6 @@ impl<Chain: CwEnv + IbcQueryHandler> Polytone<Chain> {
self.note.environment().clone(),
dst.voice.environment().clone(),
);

if polytone_connection.note.address().is_ok() && polytone_connection.voice.address().is_ok()
{
return Ok(polytone_connection);
Expand Down

0 comments on commit 05e0822

Please sign in to comment.