1
0
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:
Dan 2018-06-21 15:01:13 -02:30
parent 06307ef8ae
commit 97a7bc4894

View File

@ -94,7 +94,6 @@ EnsInput.prototype.lookupEnsName = function (recipient) {
}
})
.catch((reason) => {
// log.error(reason)
const setStateObj = {
loadingEns: false,
ensResolution: recipient,