Skip to content

Commit

Permalink
Remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterEvarior committed Dec 12, 2024
1 parent 08a6d87 commit 02bf120
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

@Service
public class KeyResultPersistenceService extends PersistenceBase<KeyResult, Long, KeyResultRepository> {
private static final Logger logger = LoggerFactory.getLogger(KeyResultPersistenceService.class);

protected KeyResultPersistenceService(KeyResultRepository repository) {
super(repository);
Expand Down

0 comments on commit 02bf120

Please sign in to comment.