Skip to content

Commit

Permalink
[Fix JENKINS-29368] Remove distracting warning about invalid gitTool
Browse files Browse the repository at this point in the history
Warning removal simplifies log file, code behavior unchanged
  • Loading branch information
MarkEWaite committed Aug 6, 2015
1 parent 4a48601 commit 8dd9a1f
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 8dd9a1f

Please sign in to comment.