remove unused value in activity watcher

This commit is contained in:
bluepilledgreat 2024-09-21 18:52:02 +01:00
parent 15904ff51f
commit 2c3a4b4e5e

View File

@ -36,7 +36,6 @@
public event EventHandler? OnAppClose; public event EventHandler? OnAppClose;
public event EventHandler<Message>? OnRPCMessage; public event EventHandler<Message>? OnRPCMessage;
private readonly Dictionary<string, string> GeolocationCache = new();
private DateTime LastRPCRequest; private DateTime LastRPCRequest;
public string LogLocation = null!; public string LogLocation = null!;