Skip to content

Commit

Permalink
Remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietanna committed Feb 4, 2022
1 parent 98d6ee9 commit 47ac76e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.logging.Logger;

import com.pinterest.ktlint.core.KtLint;
import com.pinterest.ktlint.core.KtLint.Params;
Expand All @@ -33,7 +32,6 @@
import kotlin.jvm.functions.Function2;

public class KtlintFormatterFunc implements FormatterFunc.NeedsFile {
private static final Logger logger = Logger.getLogger(KtlintFormatterFunc.class.getName());

private final List<RuleSet> rulesets;
private final Map<String, String> userData;
Expand Down

0 comments on commit 47ac76e

Please sign in to comment.