Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Jun 24, 2024
1 parent fcfa621 commit fd3658b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src-plugin/EliteVA/Services/Bridge/JournalEventsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ private void HandleIncomingJournalEvent(string json, EventContext context)
return;

if (eventName == "NavRoute" && context.SourceFile.Contains("Journal"))
{
_log.LogWarning("Ignoring NavRoute event from Journal");
return;
}

_log.LogDebug("Processing {Event}", eventName);

Expand Down

0 comments on commit fd3658b

Please sign in to comment.