From 6bc896eb34ce2686fa64f5be6f479be541a31ff3 Mon Sep 17 00:00:00 2001 From: Kim Date: Fri, 13 Oct 2023 14:03:33 -0400 Subject: [PATCH] Remove IO.inspect() --- lib/content/message/predictions.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/content/message/predictions.ex b/lib/content/message/predictions.ex index 37d089037..4241efd36 100644 --- a/lib/content/message/predictions.ex +++ b/lib/content/message/predictions.ex @@ -227,7 +227,6 @@ defmodule Content.Message.Predictions do 3 -> :crowded 4 -> :unknown_crowding end - |> IO.inspect() end defp get_emptier_location(car_crowding_levels) do