Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Valeri committed Dec 1, 2021
1 parent 7f17123 commit e279cda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-suites/stable-debt-token.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ makeSuite('StableDebtToken', (testEnv: TestEnv) => {
borrowOnBehalfAmount.add(borrowAmount)
);

console.log(`expectedDebtIncreaseUser1 : ${expectedDebtIncreaseUser1}`);

const transferEventSig = utils.keccak256(
utils.toUtf8Bytes('Transfer(address,address,uint256)')
);
Expand Down

0 comments on commit e279cda

Please sign in to comment.