diff --git a/providers/import/import.go b/providers/import/import.go index 084605d..928c110 100644 --- a/providers/import/import.go +++ b/providers/import/import.go @@ -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,