Skip to content

Commit

Permalink
fix(EC528): removed unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoussu-exalt committed May 30, 2024
1 parent 0d97036 commit cc5dbf9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

@Rule(key = "EC528")
public class FeedbackGeneratorUsageCheck extends SwiftRuleCheck {
private static final Logger LOGGER = Loggers.get(EcoCodeSwiftVisitor.class);
private static final String DEFAULT_ISSUE_MESSAGE = "Avoid using the device vibrator to use less energy.";
public static final String UI_KIT = "UIKit";
protected boolean isUIKitImported;
Expand Down

0 comments on commit cc5dbf9

Please sign in to comment.