From 1b9f28200f076af8f587796b1e4c139550c05371 Mon Sep 17 00:00:00 2001 From: Kara D Date: Sun, 17 Oct 2021 23:18:29 -0700 Subject: [PATCH] Remove window debug thing that was left in --- Content.Client/Window/WindowVisualizer.cs | 3 --- 1 file changed, 3 deletions(-) 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}"); - } }