Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit b207065

Browse files
committed
fix: script
1 parent 7cb5c7d commit b207065

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/market/admin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ task("market:set:ltv", "Set the LTV (loan to value / collateral factor) of a mar
2525
const ltvMantissa = parseUnits(ltv, 18);
2626
console.log(`will set the LTV of market ${marketAddress} to ${ltvMantissa}`);
2727

28-
console.log("(await pool.read.admin(): ", await pool.read.admin());
29-
console.log("deployer: ", deployer);
3028
if ((await pool.read.admin()).toLowerCase() !== deployer.toLowerCase()) {
3129
prepareAndLogTransaction({
3230
contractInstance: pool,

0 commit comments

Comments
 (0)