reduce verbosity

This commit is contained in:
Thibault bui Koechlin 2020-06-27 11:05:45 +02:00
parent 1fd72001c7
commit 7dd4dc41f9

View file

@ -44,7 +44,6 @@ func GetExprEnv(ctx map[string]interface{}) map[string]interface{} {
}
func Init() error {
log.Infof("Expr helper initiated")
dataFile = make(map[string][]string)
dataFileRegex = make(map[string][]*regexp.Regexp)
return nil