diff --git a/src/testcases/parallel/tge.vesting_lp_vault.test.ts b/src/testcases/parallel/tge.vesting_lp_vault.test.ts index d33a6644..2f14f3c1 100644 --- a/src/testcases/parallel/tge.vesting_lp_vault.test.ts +++ b/src/testcases/parallel/tge.vesting_lp_vault.test.ts @@ -1094,10 +1094,6 @@ const deployContracts = async ( VESTING_LP_VAULT_CONTRACT_KEY, ORACLE_HISTORY_CONTRACT_KEY, ]) { - console.log(JSON.stringify(NeutronContract)); - console.log(` - storing wasm file by key ${contract}: ${NeutronContract[contract]} - `); const codeId = await instantiator.storeWasm(NeutronContract[contract]); expect(codeId).toBeGreaterThan(0); codeIds[contract] = codeId;