Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 31, 2024
1 parent cbdf45c commit 4885cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/deploy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ impl Contract {
env.deployer()
.with_current_contract(BytesN::from_array(env, &[0; 32]))
.deploy_v2(hash, deployable::Args::__constructor(&1, &2));
// .deploy_v2(hash, (1u32, 2u64));
}
}

Expand Down

0 comments on commit 4885cbe

Please sign in to comment.