Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed May 3, 2024
1 parent 5bfc51a commit b5bffe2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/testcases/parallel/tge.vesting_lp_vault.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b5bffe2

Please sign in to comment.