diff --git a/Assets/Scripts/Behaviours/UIManager.cs b/Assets/Scripts/Behaviours/UIManager.cs index c1e4136e..e57e9a1b 100644 --- a/Assets/Scripts/Behaviours/UIManager.cs +++ b/Assets/Scripts/Behaviours/UIManager.cs @@ -110,7 +110,7 @@ namespace SanAndreasUnity.Behaviours var styles = new GUIStyle[]{skin.button, skin.label, skin.textArea, skin.textField, skin.toggle, skin.window, skin.box}; foreach (var style in styles) { - Debug.LogFormat("style: {0}, font size: {1}", style.name, style.fontSize); + //Debug.LogFormat("style: {0}, font size: {1}", style.name, style.fontSize); style.fontSize = newFontSize; } }