Skip to content

Commit

Permalink
Remove error logging for route calculation failure in EveMapperRouteP…
Browse files Browse the repository at this point in the history
…lannerHelper (#330)
  • Loading branch information
pfh59 authored Dec 19, 2024
1 parent ba0732d commit 3343331
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ public EveMapperRoutePlannerHelper(ILogger<EveMapperRoutePlannerHelper> logger,
routePath.Add(tmpSystem);
if (!previousSystems.ContainsKey(tmpSystem))
{
_logger.LogError("Error calculating route");
return null;
}

Expand Down

0 comments on commit 3343331

Please sign in to comment.