commit 5fee25ce6c20ee12d46cc74bea999bf991a68c0c from: Omar Polo date: Sat Jan 08 15:50:57 2022 UTC don't log messages commit - cfb62e6e82c03731d922d8f2e54d08ae9616cf8d commit + 5fee25ce6c20ee12d46cc74bea999bf991a68c0c blob - 10ec0af5ff92b641100e4475e3534e6930f2a0ec blob + 1bb656552d1d926a5c57424bba6cf5fe9750375f --- main.go +++ main.go @@ -121,7 +121,6 @@ func stringifyNode(node *html.Node) string { } func wwwpagetitle(conn *irc.Conn, line *irc.Line) { - log.Println("text is", line.Text()) matches := httplink.FindAllString(line.Text(), -1) for _, link := range matches {