fix: remove log statement

This commit is contained in:
Moritz Böhme 2025-05-15 09:03:59 +02:00
parent 44996e7714
commit 25ad803912
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -12,7 +12,6 @@ defmodule Putzplan.Secrets do
|> Atom.to_string()
|> String.upcase()
|> secret_from_env()
|> dbg
end
defp secret_from_env(name) do