Skip to content

Commit

Permalink
Remove a noisy log line (#1822)
Browse files Browse the repository at this point in the history
This `info` isn't needed.
  • Loading branch information
joshk authored Jan 23, 2025
1 parent 70e4f50 commit 282a44f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/nerves_hub_web/dynamic_template_renderer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ defmodule NervesHubWeb.DynamicTemplateRenderer do

case new_templates do
[new_template] ->
Logger.info("Found New UI page: #{new_template}")

new_ext =
new_template |> Path.extname() |> String.trim_leading(".") |> String.to_atom()

Expand Down

0 comments on commit 282a44f

Please sign in to comment.