Commit 97dcc79a authored by Maxime's avatar Maxime

Remove undesired committed debug logs

parent bc2feece
...@@ -2,7 +2,6 @@ package markdown ...@@ -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 ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment