all repos — navani @ 4c31ab587f36ba632ad0a08393ecd92227d19e0e

forlater's primary mail processing service

Remove print
Anirudh Oppiliappan x@icyphox.sh
Thu, 16 Sep 2021 20:33:20 +0530
commit

4c31ab587f36ba632ad0a08393ecd92227d19e0e

parent

87e4e39f51426e49685961140dfe3499c83378d9

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M main.gomain.go

@@ -2,7 +2,6 @@ package main

import ( "encoding/json" - "fmt" "log" "net/http" "net/url"

@@ -35,7 +34,6 @@ }

article, err := reader.Readable(f, parsedURL) if err == nil { - fmt.Println("here") err = mail.SendArticle(&article, m.From, true) if err != nil { log.Printf("error sending mail to: %s: %v\n", m.From, err)