From cb430dcccbf7560edabbff420f7b75646ee2cf62 Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Wed, 13 Nov 2024 23:10:49 +0200 Subject: [PATCH] remove console.log --- .../contracts/mock/delegate-registry/DelegateRegistry.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/smart-contracts/contracts/mock/delegate-registry/DelegateRegistry.sol b/smart-contracts/contracts/mock/delegate-registry/DelegateRegistry.sol index 4489b234..fad4c6ac 100644 --- a/smart-contracts/contracts/mock/delegate-registry/DelegateRegistry.sol +++ b/smart-contracts/contracts/mock/delegate-registry/DelegateRegistry.sol @@ -119,7 +119,6 @@ contract DelegateRegistry is IDelegateRegistry { uint256 amount ) external payable override returns (bytes32 hash) { hash = Hashes.erc20Hash(msg.sender, rights, to, contract_); - console.log("msg.sender", msg.sender); bytes32 location = Hashes.location(hash); address loadedFrom = _loadFrom(location); if (amount != 0) {