0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Remove undesired committed debug logs

This commit is contained in:
Maxime 2015-07-23 11:53:15 +02:00
parent bc2feece4b
commit 97dcc79a7f

View file

@ -2,7 +2,6 @@ package markdown
import (
"bytes"
"fmt"
"io/ioutil"
"log"
"os"
@ -107,7 +106,6 @@ func (md Markdown) processTemplate(c Config, requestPath string, tmpl []byte, me
// nothing fatal, only log the error.
// TODO: Report this non-fatal error, but don't log it here
log.Println(err)
fmt.Printf("Error: %v", err)
}
return b.Bytes(), nil