providers/import: Remove panic function, because sprig has fail
This commit is contained in:
parent
461abe6cf4
commit
ad8a2a7c25
@ -31,7 +31,6 @@ func (this *Provider) FuncMapFor (document *step.Document) template.FuncMap {
|
|||||||
document: document,
|
document: document,
|
||||||
}
|
}
|
||||||
return template.FuncMap {
|
return template.FuncMap {
|
||||||
"panic": stat.funcPanic,
|
|
||||||
"cancel": stat.funcCancel,
|
"cancel": stat.funcCancel,
|
||||||
"create": stat.funcCreate,
|
"create": stat.funcCreate,
|
||||||
"createHTML": stat.funcCreateHTML,
|
"createHTML": stat.funcCreateHTML,
|
||||||
|
Loading…
Reference in New Issue
Block a user