Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Fix JENKINS-29638] Remove distracting warning about invalid gitTool
Warning removal simplifies log file, code behavior unchanged
  • Loading branch information
MarkEWaite committed Aug 6, 2015
1 parent 4a48601 commit 128428c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/hudson/plugins/git/GitTool.java
Expand Up @@ -170,9 +170,6 @@ public GitTool getInstallation(String name) {
return i;
}
}
if (name.length() > 0) {
LOGGER.log(Level.WARNING, "invalid gitTool selection {0}", name);
}
return null;
}

Expand Down

0 comments on commit 128428c

Please sign in to comment.