Merge pull request #3117 from open-osrs/config-panel-logging

This commit is contained in:
Owain van Brakel
2022-01-18 16:11:08 +01:00
committed by GitHub

View File

@@ -292,7 +292,6 @@ class ConfigPanel extends PluginPanel
private void rebuild(boolean refresh)
{
log.info("Rebuilding plugin config panel, restoring scroll state: {}", refresh);
int scrollBarPosition = scrollPane.getVerticalScrollBar().getValue();
mainPanel.removeAll();