From: AJCM-git <60196617+AJCM-git@users.noreply.github.com> Date: Mon, 1 May 2023 20:55:01 +0000 (-0400) Subject: Fix debug info in buckling (#15987) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f163be91519ed7af98e1dd20f9863d1ea80699e9;p=space-station-14.git Fix debug info in buckling (#15987) --- diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs index 1716e03818..cd50ee0991 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -411,7 +411,6 @@ public abstract partial class SharedBuckleSystem if (attemptEvent.Cancelled) return false; - Logger.Debug($"{force}"); if (!force) { if (_gameTiming.CurTime < buckleComp.BuckleTime + buckleComp.UnbuckleDelay)