diff options
Remove commented out code in ens-input.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/ens-input.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/ens-input.js b/ui/app/components/ens-input.js index 7873e81e0..292dcdde6 100644 --- a/ui/app/components/ens-input.js +++ b/ui/app/components/ens-input.js @@ -94,7 +94,6 @@ EnsInput.prototype.lookupEnsName = function (recipient) { } }) .catch((reason) => { - // log.error(reason) const setStateObj = { loadingEns: false, ensResolution: recipient, |