Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
FedokDL committed Nov 13, 2024
1 parent 3d11184 commit cb430dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cb430dc

Please sign in to comment.