Remove debug logging
Anirudh Oppiliappan x@icyphox.sh
Thu, 16 Sep 2021 13:06:53 +0530
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
reader/fetch.go
→
reader/fetch.go
@@ -64,7 +64,6 @@ // Makes a given html body readable. Returns an error if it
// can't. func Readable(r io.Reader, u *url.URL) (Article, error) { article, err := readability.FromReader(r, u) - fmt.Println("article", article) if err != nil { return Article{readability.Article{}, u}, fmt.Errorf("failed to parse %s: %w\n", u, err) }