Remove debug logging from parser

This commit is contained in:
Adriano Caloiaro 2023-07-30 15:46:35 -06:00
parent 43a43ace9b
commit 10e8e23a05
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75

View file

@ -79,7 +79,6 @@ func ParseAndSplice(file io.Reader, id, htmlContent string) (content string) {
log.Fatal(err)
}
log.Println("HERE", htmlContent)
doc = htmlGetByID(doc, id)
if doc == nil {
return