Skip to content

Commit e701273

Browse files
committed
Remove print statements
1 parent 8a0382c commit e701273

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/html_parser.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,11 +520,6 @@ class HtmlParser extends StatelessWidget {
520520
}
521521
parentAfterText = parentAfter?.text ?? " ";
522522
}
523-
if (tree.text?.contains("Linking") ?? false) {
524-
print(keepLeadingSpace.data);
525-
print(tree.text);
526-
print(BLOCK_ELEMENTS.contains(tree.element?.localName ?? ""));
527-
}
528523
/// If the text is the first element in the current tree node list, it
529524
/// starts with a whitespace, it isn't a line break, and either the
530525
/// whitespace is unnecessary or it is a block element, delete it.

0 commit comments

Comments
 (0)