Skip to content

Commit

Permalink
Remove commented implementation call to track()
Browse files Browse the repository at this point in the history
The comment is sufficient to explain why the implementation call
is not used.
  • Loading branch information
MarkEWaite committed Jun 2, 2017
1 parent 541c4b6 commit f90a852
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/hudson/plugins/git/UserRemoteConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ public FormValidation doCheckUrl(@AncestorInPath Item item,
// credentials use at the point where the credential is used to perform an
// action (like poll the repository, clone the repository, publish a change
// to the repository).
//
// CredentialsProvider.track(item, credential);

// attempt to connect the provided URL
try {
Expand Down

0 comments on commit f90a852

Please sign in to comment.