Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
nezouse authored Apr 24, 2024
1 parent 1b4a56e commit 0cbd329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/trinity/VesselManagerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2483,7 +2483,6 @@ contract("VesselManager", async accounts => {
const tx = await vesselManagerOperations.batchLiquidateVessels(erc20.address, [], {from: alice})
assert.isFalse(tx.receipt.status)
} catch (err) {
console.log(err.message)
assert.include(err.message, "revert")
assert.include(err.message, "VesselManagerOperations__LiquidatorNotWhitelisted()")
}
Expand Down

0 comments on commit 0cbd329

Please sign in to comment.