diff --git a/evm/src/modules/TokenGateway.sol b/evm/src/modules/TokenGateway.sol index 9a2e179d6..93eae543b 100644 --- a/evm/src/modules/TokenGateway.sol +++ b/evm/src/modules/TokenGateway.sol @@ -316,14 +316,6 @@ contract TokenGateway is BaseIsmpModule { address newAdmin ); - // Some native tokens have been withdrawn - event NativeTokenWithdrawal( - // beneficiary of the withdrawal - address beneficiary, - // amount of the native token to withdraw - uint256 amount - ); - // @dev Action is unauthorized error UnauthorizedAction();