Skip to content

Commit

Permalink
remove log statement that confuses peeps
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 25, 2013
1 parent 8e28076 commit c2a941f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -270,7 +270,6 @@ public boolean deleteIdentity() {
sqlTemplate.update(getSql("deleteNodeIdentitySql"));
successful = true;
} catch (SqlException ex) {
log.info("Could not delete the node identity");
log.debug(ex.getMessage());
} finally {
cachedNodeIdentity = null;
Expand Down

0 comments on commit c2a941f

Please sign in to comment.