]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix debug info in buckling (#15987)
authorAJCM-git <60196617+AJCM-git@users.noreply.github.com>
Mon, 1 May 2023 20:55:01 +0000 (16:55 -0400)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 20:55:01 +0000 (16:55 -0400)
Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs

index 1716e03818e51a6047cffaac99e3da38cc09281e..cd50ee0991a5bf000aadf85d1082667e26107177 100644 (file)
@@ -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)