garrensmith commented on a change in pull request #1043: Upgrade to eslint v4 
and enable recommended lint rules
URL: https://github.com/apache/couchdb-fauxton/pull/1043#discussion_r159371531
 
 

 ##########
 File path: app/addons/replication/components/common-table.js
 ##########
 @@ -24,7 +24,6 @@ export const formatUrl = (url) => {
     urlObj = new URL(removeCredentialsFromUrl(url));
     encoded = encodeURIComponent(urlObj.pathname.slice(1));
   } catch (error) {
 
 Review comment:
   You can remove the `error` variable if we not going to log it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to