shithub: hell

Download patch

ref: c912a60fe3acc751d33bc63d01cc59b5083a01b5
parent: 76269867f77b3f86d799b0d2ec1cdc6bd77c8153
author: penny <penny@limitedideas.org>
date: Wed Oct 15 12:51:12 EDT 2025

spare println

--- a/renderer.go
+++ b/renderer.go
@@ -209,7 +209,6 @@
 				}
 				if node.Attr[attr].Key == "href" {
 					href = node.Attr[attr].Val
-					fmt.Println(href)
 					//Replace the href with the description if the URL has one
 					if node.FirstChild != nil && node.FirstChild.Type == html.TextNode && !ismention {
 						node.Attr[attr].Val = fmt.Sprintf("(%s)", node.FirstChild.Data)
--