Skip to content

Commit

Permalink
remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaytotomato committed Aug 9, 2024
1 parent ad8ecad commit db2057e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/src/main/java/com/tomaytotomato/LocationService.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.logging.Logger;

/**
* This class provides simple lookups for Country, State and City information.
*/
public class LocationService implements FindCountry, FindState, FindCity {

private final Logger logger = Logger.getLogger(this.getClass().getPackage().getName() + this.getClass().getName());

private final List<Country> countries;
/**
* One-to-one mappings (1:1)
Expand Down

0 comments on commit db2057e

Please sign in to comment.