Skip to content

Commit

Permalink
Merge pull request #4 from gochore/dev
Browse files Browse the repository at this point in the history
fix: remove println for debug
  • Loading branch information
wolfogre authored Apr 14, 2020
2 parents f85e347 + ab633d8 commit 9450a53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func writeStyles(node *html.Node, theme Theme) {
if node == nil {
return
}
println(node.Type, node.Data)
if node.Type == html.ElementNode {
attrs := theme.Attributes(node.Data).Merge(parseHtmlAttributes(node.Attr))
node.Attr = attrs.exportHtmlAttributes()
Expand Down

0 comments on commit 9450a53

Please sign in to comment.