Skip to content

Commit 9450a53

Browse files
authored
Merge pull request #4 from gochore/dev
fix: remove println for debug
2 parents f85e347 + ab633d8 commit 9450a53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func writeStyles(node *html.Node, theme Theme) {
5353
if node == nil {
5454
return
5555
}
56-
println(node.Type, node.Data)
5756
if node.Type == html.ElementNode {
5857
attrs := theme.Attributes(node.Data).Merge(parseHtmlAttributes(node.Attr))
5958
node.Attr = attrs.exportHtmlAttributes()

0 commit comments

Comments
 (0)