Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Template for new versions:
## Misc Improvements

## Removed
- ``gui/logcleaner``: Removed

# 53.14-r1

Expand Down
24 changes: 0 additions & 24 deletions docs/gui/logcleaner.rst

This file was deleted.

105 changes: 0 additions & 105 deletions gui/logcleaner.lua

This file was deleted.

5 changes: 0 additions & 5 deletions internal/control-panel/registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ COMMANDS_BY_IDX = {
{command='hide-tutorials', group='gameplay', mode='system_enable'},
{command='immortal-cravings', group='gameplay', mode='enable'},
{command='light-aquifers-only', group='gameplay', mode='run'},
{command='logcleaner', group='gameplay', mode='enable'},
{command='logcleaner all', group='gameplay', mode='run',
desc='Enable logcleaner with all filters (combat, sparring, hunting).'},
{command='logcleaner sparring', group='gameplay', mode='run',
desc='Enable logcleaner with sparring filter (default).'},
{command='misery', group='gameplay', mode='enable'},
{command='orders-reevaluate', help_command='orders', group='gameplay', mode='repeat',
desc='Invalidates all work orders once a month, allowing conditions to be rechecked.',
Expand Down
Loading