Skip to content

Commit

Permalink
Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Apr 27, 2023
1 parent 0f14f91 commit f2a1173
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/handlers/erc20/decimals.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ contract("ERC20Handler - [decimals]", async (accounts) => {
await ERC20MintableInstance.address
)).decimals;

console.log("ERC20MintableInstanceDecimals",ERC20MintableInstanceDecimals["externalDecimals"])

assert.strictEqual(ERC20MintableInstanceDecimals.isSet, false)
assert.strictEqual(ERC20MintableInstanceDecimals["externalDecimals"], "0")
});
Expand Down

0 comments on commit f2a1173

Please sign in to comment.