Skip to content

Commit f59f99a

Browse files
committed
cleanup
1 parent 635a8df commit f59f99a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/MaglevTestBase.t.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ contract MaglevTestBase is EVaultTestBase {
6363
uint256 debt0 = eTST.debtOf(holder);
6464
uint256 balance1 = eTST2.convertToAssets(eTST2.balanceOf(holder));
6565
uint256 debt1 = eTST2.debtOf(holder);
66-
console.log("V0",balance0,debt0);
67-
console.log("V1",balance1,debt1);
6866

6967
uint256 balValue = oracle.getQuote(balance0, address(assetTST), unitOfAccount) + oracle.getQuote(balance1, address(assetTST2), unitOfAccount);
7068
uint256 debtValue = oracle.getQuote(debt0, address(assetTST), unitOfAccount) + oracle.getQuote(debt1, address(assetTST2), unitOfAccount);

0 commit comments

Comments
 (0)