From 4885cbea4275532a59116bd5b053aa5e0c3f59a0 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:58:07 +1000 Subject: [PATCH] remove commented code --- tests/deploy/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/deploy/src/lib.rs b/tests/deploy/src/lib.rs index 49b715a8..9da3f8b4 100644 --- a/tests/deploy/src/lib.rs +++ b/tests/deploy/src/lib.rs @@ -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)); } }