Skip to content

Commit

Permalink
Merge pull request #101 from ChrisFeline/dev
Browse files Browse the repository at this point in the history
Read Everywhere
  • Loading branch information
ChrisFeline authored Nov 26, 2024
2 parents 53801af + 2a3c28e commit 5cd3edf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Windows/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,6 @@ internal void SetBackupButton(bool enabled) {
private void LogWatcher_OnLine(object? sender, OnLineArgs e) {
DateTime timestamp = e.Timestamp;
ToNLogContext context = e.Context;
#if !DEBUG
if (!context.IsHomeWorld) return; // Don't read logs not from ToN.
#endif

string line = e.Content.Substring(34);

Expand Down

0 comments on commit 5cd3edf

Please sign in to comment.