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

Commit

Permalink
Merge pull request #757 from zanata/remove-excess-logging
Browse files Browse the repository at this point in the history
Remove log message that was unintentionally committed
  • Loading branch information
davidmason committed Mar 31, 2015
2 parents e9d0b2c + 6ad52de commit 70c2121
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 70c2121

Please sign in to comment.