Skip to content

Commit

Permalink
fix: remove a print statement used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CorvusYe committed Nov 29, 2023
1 parent e834622 commit 19ca610
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ private void match(Object model, Node node, String javaAttr, String attr) {
String attrTemp = null;
try {
String attrText = node.attr(attr);
System.out.println(attrText);
if (isBlank(attrText)) {
return;
}
Expand Down

0 comments on commit 19ca610

Please sign in to comment.