parsers/web: Remove extra logging.
parent
5c5f5ef478
commit
d6a32315f6
|
@ -89,7 +89,6 @@ func (p *Parser) Parse(u *url.URL, referer *url.URL) (result parsers.ParseResult
|
||||||
if sep < 0 {
|
if sep < 0 {
|
||||||
sep = len(contentType)
|
sep = len(contentType)
|
||||||
}
|
}
|
||||||
log.Print(contentType[0:sep])
|
|
||||||
switch strings.ToLower(contentType[0:sep]) {
|
switch strings.ToLower(contentType[0:sep]) {
|
||||||
case "text/html":
|
case "text/html":
|
||||||
// Parse the page
|
// Parse the page
|
||||||
|
|
Loading…
Reference in New Issue