Github user millayr commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/830#discussion_r95377286
  
    --- Diff: app/addons/replication/actions.js ---
    @@ -231,15 +231,15 @@ const hideConflictModal = () => {
       });
     };
     
    -const updateUsernameAndPassword = (username, password) => {
    -  FauxtonAPI.dispatch({
    -    type: ActionTypes.REPLICATION_USERNAME_PASSWORD,
    -    options: {
    -      username,
    -      password
    -    }
    -  });
    -};
    +// const updateUsernameAndPassword = (username, password) => {
    +//   FauxtonAPI.dispatch({
    +//     type: ActionTypes.REPLICATION_USERNAME_PASSWORD,
    +//     options: {
    +//       username,
    +//       password
    +//     }
    +//   });
    +// };
    --- End diff --
    
    I'd recommend deleting this versus leaving it commented.  Seems like other 
unused functions were deleted elsewhere in the PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to