From 4a26e776fc9e5c972b2a625b46f432c9e7acfe87 Mon Sep 17 00:00:00 2001 From: "kevin.thizy" Date: Fri, 11 Oct 2024 16:34:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(Identity)=20Add=20OID=20address=20to?= =?UTF-8?q?=20execute=20signature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also run linter --- contracts/Identity.sol | 1 - 1 file changed, 1 deletion(-) 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