From 457414b5364ff36bd3457a1521d9ea100ef43ace Mon Sep 17 00:00:00 2001 From: Brian Fauble Date: Tue, 7 May 2024 12:35:18 -0500 Subject: [PATCH] unneeded anon function --- lib/concentrate/filter/suppress/stop_prediction_status.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/concentrate/filter/suppress/stop_prediction_status.ex b/lib/concentrate/filter/suppress/stop_prediction_status.ex index e9d5a984..309b9902 100644 --- a/lib/concentrate/filter/suppress/stop_prediction_status.ex +++ b/lib/concentrate/filter/suppress/stop_prediction_status.ex @@ -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