chore: remove sigscanner logging

This commit is contained in:
goaaats 2022-06-19 20:43:31 +02:00
parent eca2b7f5ee
commit 7dbeea8900
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -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;
}