parsers/web: Remove extra logging.

develop
Icedream 2016-06-20 02:45:29 +02:00
parent 5c5f5ef478
commit d6a32315f6
1 changed files with 0 additions and 1 deletions

View File

@ -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