Skip to content

Commit 0989f17

Browse files
committed
clean-up
1 parent 9b6bd10 commit 0989f17

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/EulerSwapHook.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.27;
33

4-
import {console} from "forge-std/Test.sol";
54
import {IPoolManager} from "@uniswap/v4-core/src/interfaces/IPoolManager.sol";
65
import {BaseHook} from "v4-periphery/src/utils/BaseHook.sol";
76
import {PoolKey} from "@uniswap/v4-core/src/interfaces/IPoolManager.sol";
@@ -67,9 +66,6 @@ contract EulerSwapHook is EulerSwap, BaseHook {
6766
amountOut = uint256(params.amountSpecified);
6867
}
6968

70-
console.log("amountIn", amountIn);
71-
console.log("amountOut", amountOut);
72-
7369
// take the input token, from the PoolManager to the Euler vault
7470
// the debt will be paid by the swapper via the swap router
7571
// TODO: can we optimize the transfer by pulling from PoolManager directly to Euler?

0 commit comments

Comments
 (0)