diff --git a/contracts/AddressRegistry.sol b/contracts/AddressRegistry.sol index e1bde9a..e61a3d1 100644 --- a/contracts/AddressRegistry.sol +++ b/contracts/AddressRegistry.sol @@ -2,7 +2,6 @@ pragma solidity ^0.5.0; contract AddressRegistry { - event AddressSet(string name, address addr); mapping(bytes32 => address) registry;