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 28ac0dc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@ public enum ActionStatus {
CANCELLED,
DONE
}

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


private final EditorController editorController = new EditorController();
private final MenuBarController menuBarController = new MenuBarController(this);
private final ContentPanelController contentPanelController = new ContentPanelController(editorController);
Expand Down

0 comments on commit 28ac0dc

Please sign in to comment.