Removed debugger

This commit is contained in:
Kieran Eglin 2024-08-14 14:13:07 -07:00
parent a735173576
commit 19e3c1b10c
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -51,8 +51,6 @@ defmodule PinchflatWeb.Sources.SourceController do
template_id -> Repo.get(Source, template_id) || %Source{}
end
IO.inspect(cs_struct)
render(conn, :new,
media_profiles: media_profiles(),
layout: get_onboarding_layout(),