Commit Diff
- Commit:
5fee25ce6c20ee12d46cc74bea999bf991a68c0c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Sat Jan 8 15:50:57 2022 UTC
- Message:
- don't log messages
--- 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 {