Skip to content

Commit c30ce4c

Browse files
committed
remove console
1 parent dead8c9 commit c30ce4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

EurekaHandler/src/EurekaHandler.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import {IIBCVoucher} from "./interfaces/lombard/IIBCVoucher.sol";
1212
import {IEurekaHandler} from "./interfaces/IEurekaHandler.sol";
1313
import {IWETH} from "./interfaces/IWETH.sol";
1414

15-
import {console} from "forge-std/console.sol";
16-
1715
contract EurekaHandler is IEurekaHandler, Initializable, UUPSUpgradeable, OwnableUpgradeable {
1816
using SafeERC20 for IERC20;
1917

0 commit comments

Comments
 (0)