Skip to content

Commit ea627c5

Browse files
committed
removing a print statement
1 parent c3cc248 commit ea627c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/html_parser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ class HtmlRichTextParser extends StatelessWidget {
396396
} else if (!(parseContext.parentElement.children is List<Widget>)) {
397397
parseContext.parentElement.children.add(span);
398398
} else {
399-
print('doing nothing');
399+
// Doing nothing... we shouldn't ever get here
400400
}
401401
return;
402402
}

0 commit comments

Comments
 (0)