providers/import: Remove panic function, because sprig has fail

This commit is contained in:
Sasha Koshka 2024-12-11 20:56:09 -05:00
parent 461abe6cf4
commit ad8a2a7c25

View File

@ -31,7 +31,6 @@ func (this *Provider) FuncMapFor (document *step.Document) template.FuncMap {
document: document,
}
return template.FuncMap {
"panic": stat.funcPanic,
"cancel": stat.funcCancel,
"create": stat.funcCreate,
"createHTML": stat.funcCreateHTML,