Skip to content

Commit

Permalink
unneeded anon function
Browse files Browse the repository at this point in the history
  • Loading branch information
bfauble authored May 7, 2024
1 parent cbad0d2 commit 457414b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/concentrate/filter/suppress/stop_prediction_status.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ defmodule Concentrate.Filter.Suppress.StopPredictionStatus do
direction_id: direction_id,
stop_id: stop_id
} ->
Logger.info(fn ->
Logger.info(
"Cleared prediction suppression for stop_id=#{stop_id} route_id=#{route_id} direction_id=#{direction_id} based on RTS feed"
end)
)
end)
end

Expand Down

0 comments on commit 457414b

Please sign in to comment.