Skip to content

Commit

Permalink
Remove debug doc
Browse files Browse the repository at this point in the history
  • Loading branch information
begedin committed Aug 12, 2023
1 parent eedae24 commit 54354a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/phoenix_component/declarative.ex
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,6 @@ defmodule Phoenix.Component.Declarative do

defp build_attr_doc_and_default(%{doc: doc, type: :global, opts: opts}, indent) do
[
# always included
"\n* Global attributes are accepted.",
if(doc, do: [" ", build_doc(doc, indent, false)], else: []),
case Keyword.get(opts, :include) do
Expand Down

0 comments on commit 54354a6

Please sign in to comment.