Skip to content

Commit

Permalink
remove unused value in activity watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed Sep 21, 2024
1 parent 15904ff commit 2c3a4b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Bloxstrap/Integrations/ActivityWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public class ActivityWatcher : IDisposable
public event EventHandler? OnAppClose;
public event EventHandler<Message>? OnRPCMessage;

private readonly Dictionary<string, string> GeolocationCache = new();
private DateTime LastRPCRequest;

public string LogLocation = null!;
Expand Down

0 comments on commit 2c3a4b4

Please sign in to comment.