File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: UNLICENSED
2
2
pragma solidity ^ 0.8.27 ;
3
3
4
- import {console} from "forge-std/Test.sol " ;
5
4
import {IPoolManager} from "@uniswap/v4-core/src/interfaces/IPoolManager.sol " ;
6
5
import {BaseHook} from "v4-periphery/src/utils/BaseHook.sol " ;
7
6
import {PoolKey} from "@uniswap/v4-core/src/interfaces/IPoolManager.sol " ;
@@ -67,9 +66,6 @@ contract EulerSwapHook is EulerSwap, BaseHook {
67
66
amountOut = uint256 (params.amountSpecified);
68
67
}
69
68
70
- console.log ("amountIn " , amountIn);
71
- console.log ("amountOut " , amountOut);
72
-
73
69
// take the input token, from the PoolManager to the Euler vault
74
70
// the debt will be paid by the swapper via the swap router
75
71
// TODO: can we optimize the transfer by pulling from PoolManager directly to Euler?
You can’t perform that action at this time.
0 commit comments