mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 14:11:48 +01:00
Disable default logging, remove log message
This commit is contained in:
parent
c1df0da9be
commit
9dd08c3f18
1 changed files with 1 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ internal unsafe class AgentVirtualTable : IDisposable
|
|||
// Copying extra entries is not problematic, and is considered safe.
|
||||
private const int VirtualTableEntryCount = 60;
|
||||
|
||||
private const bool EnableLogging = true;
|
||||
private const bool EnableLogging = false;
|
||||
|
||||
private static readonly ModuleLog Log = new("AgentVT");
|
||||
|
||||
|
|
@ -60,8 +60,6 @@ internal unsafe class AgentVirtualTable : IDisposable
|
|||
/// <param name="lifecycleService">Reference to AgentLifecycle service to callback and invoke listeners.</param>
|
||||
internal AgentVirtualTable(AgentInterface* agent, AgentId agentId, AgentLifecycle lifecycleService)
|
||||
{
|
||||
Log.Debug($"Initializing AgentVirtualTable for {agentId}, Address: {(nint)agent:X}");
|
||||
|
||||
this.agentInterface = agent;
|
||||
this.agentId = agentId;
|
||||
this.lifecycleService = lifecycleService;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue