Skip to content

Commit

Permalink
delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
alberts-tid committed Jun 27, 2014
1 parent 59d7636 commit 0fdbeac
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void nodeDelete(String vdc, String nodeName, String token) throws NodeExe
}
} catch (EntityNotFoundException enfe) {
String errorMsg = "The hostname " + hostname + " does not have products installed " + enfe.getMessage();
log.info(errorMsg);
log.warn(errorMsg);
}

}
Expand Down Expand Up @@ -152,7 +152,6 @@ private void chefClientDelete(String vdc, String chefClientName, String token) t
String errorMsg = "Error deleting the Node" + chefClientName + " in Chef server. Description: "
+ e.getMessage();
log.warn(errorMsg);
// throw new ChefClientExecutionException(errorMsg, e);
} catch (Exception e2) {
String errorMsg = "The ChefClient " + chefClientName + " was not found in the system " + e2.getMessage();
log.info(errorMsg);
Expand Down

0 comments on commit 0fdbeac

Please sign in to comment.