Skip to content

Commit 16f0101

Browse files
committed
remove dbg
1 parent 26e3300 commit 16f0101

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/polymorphic_embed_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,6 @@ defmodule PolymorphicEmbedTest do
16381638
%{changeset: changeset, field: :channel3}
16391639
)
16401640
|> Floki.parse_fragment!()
1641-
|> dbg()
16421641

16431642
assert [input] = Floki.find(html, "#reminder_channel3_my_type_field")
16441643
assert Floki.attribute(input, "name") == ["reminder[channel3][my_type_field]"]

0 commit comments

Comments
 (0)