Skip to content

Commit

Permalink
removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed May 17, 2013
1 parent 806f004 commit e934d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hawtio-git/src/main/java/io/hawt/git/GitFacade.java
Expand Up @@ -766,7 +766,6 @@ protected void configureBranch(String branch) {
if (Strings.isNotBlank(branch)) {
StoredConfig config = git.getRepository().getConfig();
if (Strings.isBlank(config.getString("branch", branch, "remote")) || Strings.isBlank(config.getString("branch", branch, "merge"))) {
System.out.println("updating git config for branch " + branch);
config.setString("branch", branch, "remote", getRemote());
config.setString("branch", branch, "merge", "refs/heads/" + branch);
try {
Expand Down

0 comments on commit e934d64

Please sign in to comment.