Skip to content

Commit

Permalink
Removed Println used for debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Apr 22, 2016
1 parent 52e8d8a commit 9ef2a14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ func (gen *Generator) handleMIMETypePlugin(e *goquery.Selection, doc *goquery.Do
* Returns registered plugin (without ZAS_PREFIX) from config.
*/
func (gen *Generator) resolveMIMETypePlugin(typ string) string {
fmt.Println(typ)
return gen.Config.GetSection("mimetypes").GetString(typ)
}

Expand Down

0 comments on commit 9ef2a14

Please sign in to comment.