From 15beb2b87a60aafe833582ae41d32e83a1ab1f08 Mon Sep 17 00:00:00 2001 From: zumorica Date: Thu, 21 May 2020 20:19:05 +0200 Subject: [PATCH] Remove useless log. --- .../GameObjects/Components/Instruments/InstrumentComponent.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Client/GameObjects/Components/Instruments/InstrumentComponent.cs b/Content.Client/GameObjects/Components/Instruments/InstrumentComponent.cs index 08974e3867..bcceead7b9 100644 --- a/Content.Client/GameObjects/Components/Instruments/InstrumentComponent.cs +++ b/Content.Client/GameObjects/Components/Instruments/InstrumentComponent.cs @@ -176,7 +176,6 @@ namespace Content.Client.GameObjects.Components.Instruments if (state.Playing) { - Logger.Info($"WE GOT STATE: {state.Playing} {state.SequencerTick}"); SetupRenderer(); _syncSequencerTick = state.SequencerTick; }