From f163be91519ed7af98e1dd20f9863d1ea80699e9 Mon Sep 17 00:00:00 2001 From: AJCM-git <60196617+AJCM-git@users.noreply.github.com> Date: Mon, 1 May 2023 16:55:01 -0400 Subject: [PATCH] Fix debug info in buckling (#15987) --- Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs | 1 - 1 file changed, 1 deletion(-) 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) -- 2.51.2