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:
parent
bc2feece4b
commit
97dcc79a7f
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ package markdown
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
@ -107,7 +106,6 @@ func (md Markdown) processTemplate(c Config, requestPath string, tmpl []byte, me
|
||||||
// nothing fatal, only log the error.
|
// nothing fatal, only log the error.
|
||||||
// TODO: Report this non-fatal error, but don't log it here
|
// TODO: Report this non-fatal error, but don't log it here
|
||||||
log.Println(err)
|
log.Println(err)
|
||||||
fmt.Printf("Error: %v", err)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return b.Bytes(), nil
|
return b.Bytes(), nil
|
||||||
|
|
Loading…
Reference in a new issue