diff --git a/Content.Client/Window/WindowVisualizer.cs b/Content.Client/Window/WindowVisualizer.cs index 7bdf675455..c3c9a85e30 100644 --- a/Content.Client/Window/WindowVisualizer.cs +++ b/Content.Client/Window/WindowVisualizer.cs @@ -43,11 +43,8 @@ namespace Content.Client.Window return; } - Logger.Info($"LEVEL: {level} DMG: {fraction}"); - sprite.LayerSetVisible(WindowDamageLayers.Layer, true); sprite.LayerSetState(WindowDamageLayers.Layer, $"{level}"); - } }