From 97a7bc48947000163990be081058c6a6a3cddcad Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 21 Jun 2018 15:01:13 -0230 Subject: Remove commented out code in ens-input. --- ui/app/components/ens-input.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/app/components/ens-input.js') 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, -- cgit