diff --git a/Dalamud/Dalamud.cs b/Dalamud/Dalamud.cs index fdcaa2d44..0fa16b0d9 100644 --- a/Dalamud/Dalamud.cs +++ b/Dalamud/Dalamud.cs @@ -104,11 +104,6 @@ namespace Dalamud Service.Set(); -#if DEBUG - Service.Set(); - Log.Information("[T1] TaskTracker OK!"); -#endif - // Initialize the process information. Service.Set(new SigScanner(true)); Service.Set(); @@ -121,6 +116,10 @@ namespace Dalamud var framework = Service.Set(); Log.Information("[T1] Framework OK!"); +#if DEBUG + Service.Set(); + Log.Information("[T1] TaskTracker OK!"); +#endif Service.Set(); Service.Set();