removed commented code

This commit is contained in:
Kieran Eglin 2024-03-27 08:39:03 -07:00
parent c9b2a8503d
commit 2ccd938333
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -135,8 +135,4 @@ defmodule Pinchflat.Podcasts.RssFeedBuilder do
defp media_route(action, params) do
Routes.media_item_path(PinchflatWeb.Endpoint, action, params)
end
# defp url_base do
# Application.get_env(:pinchflat, :url_base)
# end
end