mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 18:29:08 +00:00
Remove debug logging from parser
This commit is contained in:
parent
43a43ace9b
commit
10e8e23a05
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue