Skip to content
Prev Previous commit
Next Next commit
Modified helpers
  • Loading branch information
jean flores committed May 7, 2021
commit ae19f162d83c073a3fe4e223c2ea8bff85fa523c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ private UserNameFilterFactory() { }
private static final Logger LOGGER = Logger.getLogger(UserNameFilterFactory.class.getName());

public static UserNameFilter newUserNameFilter(UserNameFilterConfig config) {
LOGGER.log(Level.INFO, "========== newUserNameFilter ==========");
LOGGER.log(Level.INFO, config.toString());

if(config == null)
return new AllUserNamesFilter();
Expand Down