Remove logging
Anirudh Oppiliappan x@icyphox.sh
Sun, 26 Sep 2021 10:24:43 +0530
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
reader/plain.go
→
reader/plain.go
@@ -1,13 +1,11 @@
package reader import ( - "fmt" "os/exec" "strings" ) func MakePlaintext(html []byte) ([]byte, error) { - fmt.Println(string(html)) args := []string{ "-dont_wrap_pre", "-display_charset=UTF-8",