Skip to content

Commit f117222

Browse files
committed
remove console
1 parent ffde76d commit f117222

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
@@ -11,8 +11,6 @@ import {IICS20TransferMsgs, IICS20Transfer} from "./interfaces/eureka/ICS20Trans
1111
import {IIBCVoucher} from "./interfaces/lombard/IIBCVoucher.sol";
1212
import {IEurekaHandler} from "./interfaces/IEurekaHandler.sol";
1313

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

0 commit comments

Comments
 (0)