Remove useless log.

This commit is contained in:
zumorica
2020-05-21 20:19:05 +02:00
parent 9b0bc818c6
commit 15beb2b87a

View File

@@ -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;
}