diff --git a/lib/src/widgets/text_line.dart b/lib/src/widgets/text_line.dart index 66934479..c258acc0 100644 --- a/lib/src/widgets/text_line.dart +++ b/lib/src/widgets/text_line.dart @@ -44,9 +44,6 @@ class TextLine extends StatelessWidget { if (line.hasEmbed || (childCount > 1 && line.children.first is Embed)) { - if (childCount > 1) { - print('Unexpected - TextLine Embed as 1st child but multiple children'); - } final embed = line.children.first as Embed; return EmbedProxy(embedBuilder(context, embed)); }