Skip to content

Commit

Permalink
Removed duplicate logger instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Oct 1, 2024
1 parent eed9eb8 commit 73dddef
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@
*/
public class DocumentWindowController extends AbstractFxmlWindowController {

private static final Logger LOGGER = Logger.getLogger(DocumentWindowController.class.getName());

public enum DocumentControlAction {
COPY,
SELECT_ALL,
Expand Down

0 comments on commit 73dddef

Please sign in to comment.