Skip to content

Commit 779d383

Browse files
authored
fix: remove unused logger (#1228)
1 parent fb02042 commit 779d383

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

google-http-client/src/main/java/com/google/api/client/util/store/FileDataStoreFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
import java.util.HashSet;
3838
import java.util.Locale;
3939
import java.util.Set;
40-
import java.util.logging.Logger;
4140

4241
/**
4342
* Thread-safe file implementation of a credential store.
@@ -55,8 +54,6 @@
5554
*/
5655
public class FileDataStoreFactory extends AbstractDataStoreFactory {
5756

58-
private static final Logger LOGGER = Logger.getLogger(FileDataStoreFactory.class.getName());
59-
6057
private static final boolean IS_WINDOWS =
6158
StandardSystemProperty.OS_NAME.value().toLowerCase(Locale.ENGLISH).startsWith("windows");
6259

0 commit comments

Comments
 (0)