diff --git a/contracts/Identity.sol b/contracts/Identity.sol index 513d4e7..d15dc40 100644 --- a/contracts/Identity.sol +++ b/contracts/Identity.sol @@ -5,7 +5,6 @@ import "./interface/IIdentity.sol"; import "./interface/IClaimIssuer.sol"; import "./version/Version.sol"; import "./storage/Storage.sol"; -import "hardhat/console.sol"; /** * @dev Implementation of the `IERC734` "KeyHolder" and the `IERC735` "ClaimHolder" interfaces