Skip to content

Commit

Permalink
[JENKINS-48061] Make the comment an actual comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandell committed Apr 4, 2018
1 parent d21ba4e commit bcd0e20
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -402,7 +402,7 @@ public SCMRevision run(GitClient client, String remoteName) throws IOException,
return null;
}
} else {
//listener.getLogger().println("Entering default git retrieve code path");
//Entering default/legacy git retrieve code path
for (Branch b : client.getRemoteBranches()) {
String branchName = StringUtils.removeStart(b.getName(), remoteName + "/");
if (branchName.equals(head.getName())) {
Expand Down

0 comments on commit bcd0e20

Please sign in to comment.