mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: remove sigscanner logging
This commit is contained in:
parent
eca2b7f5ee
commit
7dbeea8900
1 changed files with 0 additions and 1 deletions
|
|
@ -308,7 +308,6 @@ namespace Dalamud.Game
|
|||
{
|
||||
if (this.textCache != null && this.textCache.TryGetValue(signature, out var address))
|
||||
{
|
||||
Log.Information("Found signature {Signature} in cache: {Address}", signature, address);
|
||||
return address;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue