You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/11/07 07:43:57 UTC

[GitHub] garrensmith commented on a change in pull request #1020: Support for closing couchdb server

garrensmith commented on a change in pull request #1020: Support for closing couchdb server
URL: https://github.com/apache/couchdb-fauxton/pull/1020#discussion_r149290434
 
 

 ##########
 File path: index.js
 ##########
 @@ -8,6 +8,8 @@ var dist_dir = process.env.DIST || __dirname + '/dist/release/';
 
 module.exports = function (options) {
   // Options
+  var self = this;
+  var proxy;
 
 Review comment:
   Could you remove this variable. I don't see it being used anywhere.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services