Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove log message that was unintentionally committed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Mar 31, 2015
1 parent e9d0b2c commit 6ad52de
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -237,7 +237,6 @@ protected boolean include(HPerson elem, String filter) {
};

public void createNew() {
log.info("createNew()");
getInstance().setDefaultProjectType(ProjectType.File);
selectedProjectType = getInstance().getDefaultProjectType().name();
enteredLocaleAliases.putAll(getLocaleAliases());
Expand Down

0 comments on commit 6ad52de

Please sign in to comment.