remove print

pull/249/head
Xun Gong 4 years ago
parent 705c96bd7c
commit cf773ff6ec
  1. 3
      lib/src/widgets/text_line.dart

@ -44,9 +44,6 @@ class TextLine extends StatelessWidget {
if (line.hasEmbed || if (line.hasEmbed ||
(childCount > 1 && line.children.first is Embed)) (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; final embed = line.children.first as Embed;
return EmbedProxy(embedBuilder(context, embed)); return EmbedProxy(embedBuilder(context, embed));
} }

Loading…
Cancel
Save