projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db6d33
)
Revert "Quick-and-dirty way to print details of template errors"
author
bep
<bjorn.erik.pedersen@gmail.com>
Thu, 22 Jan 2015 10:14:04 +0000
(11:14 +0100)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Thu, 22 Jan 2015 10:14:04 +0000
(11:14 +0100)
This reverts commit
42b33102cf619e08c6b6a49a50a0995e8f14773f
.
tpl/template.go
patch
|
blob
|
history
diff --git
a/tpl/template.go
b/tpl/template.go
index 98380bbcbee29a4c2266b79de070bbc8788324f4..3cf983ce0359b4b5c6e911d20570c052a6fa0638 100644
(file)
--- a/
tpl/template.go
+++ b/
tpl/template.go
@@
-1154,7
+1154,6
@@
func (t *GoHtmlTemplate) AddInternalShortcode(name, content string) error {
func (t *GoHtmlTemplate) AddTemplate(name, tpl string) error {
_, err := t.New(name).Parse(tpl)
if err != nil {
- jww.ERROR.Println(err)
t.errors = append(t.errors, &templateErr{name: name, err: err})
}
return err