From 8fdfb016aa8045849a87a17b42ecd6675c7fe025 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 9 Sep 2024 22:14:52 -0700 Subject: remove unecessary debug log --- Malmstone/Plugin.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Malmstone/Plugin.cs b/Malmstone/Plugin.cs index ed021e0..8b6d615 100644 --- a/Malmstone/Plugin.cs +++ b/Malmstone/Plugin.cs @@ -57,7 +57,6 @@ public sealed class Plugin : IDalamudPlugin if (Configuration.ShowMainWindowOnPVPReward) EnablePVPRewardWindowAddon(); - Logger.Debug("Initial Cache: " + PvPService.CachedFrontlineResults.FirstPlace + " " + PvPService.CachedFrontlineResults.SecondPlace + " " + PvPService.CachedFrontlineResults.ThirdPlace); if (Configuration.IsPrimedForBuff) PvPService.ConsecutiveThirdPlaceFrontline = 1; -- cgit v1.2.3