From f61ffcae92c87af7b743850f3e8c04a5e24b8e3f Mon Sep 17 00:00:00 2001 From: goaaats Date: Fri, 3 Jun 2022 17:46:35 +0200 Subject: [PATCH] chore: remove some unnecessary logging --- Dalamud.Injector/NativeAclFix.cs | 3 --- Dalamud/Game/ChatHandlers.cs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Dalamud.Injector/NativeAclFix.cs b/Dalamud.Injector/NativeAclFix.cs index 89041ba1e..1200bfcf7 100644 --- a/Dalamud.Injector/NativeAclFix.cs +++ b/Dalamud.Injector/NativeAclFix.cs @@ -79,7 +79,6 @@ namespace Dalamud.Injector }; var compatLayerPrev = Environment.GetEnvironmentVariable("__COMPAT_LAYER"); - Log.Verbose("Has preset __COMPAT_LAYER={CompatLayer}", compatLayerPrev); if (!string.IsNullOrEmpty(compatLayerPrev) && !compatLayerPrev.Contains("RunAsInvoker")) { @@ -92,8 +91,6 @@ namespace Dalamud.Injector try { - Log.Information("Starting with __COMPAT_LAYER={CompatLayer}", Environment.GetEnvironmentVariable("__COMPAT_LAYER")); - if (!PInvoke.CreateProcess( null, $"\"{exePath}\" {arguments}", diff --git a/Dalamud/Game/ChatHandlers.cs b/Dalamud/Game/ChatHandlers.cs index 66c366734..094ec53ed 100644 --- a/Dalamud/Game/ChatHandlers.cs +++ b/Dalamud/Game/ChatHandlers.cs @@ -65,7 +65,7 @@ namespace Dalamud.Game // }; private readonly Regex rmtRegex = new( - @"4KGOLD|We have sufficient stock|VPK\.OM|Gil for free|www\.so9\.com|Fast & Convenient|Cheap & Safety Guarantee|【Code|A O A U E|igfans|4KGOLD\.COM|Cheapest Gil with|pvp and bank on google|Selling Cheap GIL|ff14mogstation\.com|Cheap Gil 1000k|gilsforyou|server 1000K =|gils_selling|E A S Y\.C O M|bonus code|mins delivery guarantee|Sell cheap|Salegm\.com|cheap Mog|Off Code:|FF14Mog.com|使用する5%オ|Off Code( *):|offers Fantasia", + @"4KGOLD|We have sufficient stock|VPK\.OM|[Gg]il for free|[Gg]il [Cc]heap|5GOLD|www\.so9\.com|Fast & Convenient|Cheap & Safety Guarantee|【Code|A O A U E|igfans|4KGOLD\.COM|Cheapest Gil with|pvp and bank on google|Selling Cheap GIL|ff14mogstation\.com|Cheap Gil 1000k|gilsforyou|server 1000K =|gils_selling|E A S Y\.C O M|bonus code|mins delivery guarantee|Sell cheap|Salegm\.com|cheap Mog|Off Code:|FF14Mog.com|使用する5%オ|[Oo][Ff][Ff] [Cc]ode( *)[:;]|offers Fantasia", RegexOptions.Compiled); private readonly Dictionary retainerSaleRegexes = new()