diff --git a/sources/GUI/NiceGUISettings.uc b/sources/GUI/NiceGUISettings.uc index e4f7cd9..137dea7 100644 --- a/sources/GUI/NiceGUISettings.uc +++ b/sources/GUI/NiceGUISettings.uc @@ -138,7 +138,6 @@ function InternalOnChange(GUIComponent Sender) break; case mo_ZedHPBars: nicePlayer.ZedHPBarStyle = mo_ZedHPBars.GetIndex(); - log(">>> nicePlayer.ZedHPBarStyle = " $ mo_ZedHPBars.GetIndex()); break; } nicePlayer.ClientSaveConfig();