mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove commented out code in ens-input.
This commit is contained in:
parent
06307ef8ae
commit
97a7bc4894
@ -94,7 +94,6 @@ EnsInput.prototype.lookupEnsName = function (recipient) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((reason) => {
|
.catch((reason) => {
|
||||||
// log.error(reason)
|
|
||||||
const setStateObj = {
|
const setStateObj = {
|
||||||
loadingEns: false,
|
loadingEns: false,
|
||||||
ensResolution: recipient,
|
ensResolution: recipient,
|
||||||
|
Loading…
Reference in New Issue
Block a user