Removed debugger
This commit is contained in:
parent
a735173576
commit
19e3c1b10c
1 changed files with 0 additions and 2 deletions
|
|
@ -51,8 +51,6 @@ defmodule PinchflatWeb.Sources.SourceController do
|
||||||
template_id -> Repo.get(Source, template_id) || %Source{}
|
template_id -> Repo.get(Source, template_id) || %Source{}
|
||||||
end
|
end
|
||||||
|
|
||||||
IO.inspect(cs_struct)
|
|
||||||
|
|
||||||
render(conn, :new,
|
render(conn, :new,
|
||||||
media_profiles: media_profiles(),
|
media_profiles: media_profiles(),
|
||||||
layout: get_onboarding_layout(),
|
layout: get_onboarding_layout(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue