diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-09 22:14:52 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-09 22:14:52 -0700 |
| commit | 8fdfb016aa8045849a87a17b42ecd6675c7fe025 (patch) | |
| tree | c11cb55b2978ab96b9361ea0ba0008bb152f20e1 | |
| parent | 40ec0e9400dcfd7400daa62b4ef765352b233d3a (diff) | |
remove unecessary debug log
| -rw-r--r-- | Malmstone/Plugin.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
