removed commented code

This commit is contained in:
2024-05-04 00:57:21 +02:00
parent 16557d70de
commit 7724cabdcc
5 changed files with 14 additions and 33 deletions
-2
View File
@@ -91,8 +91,6 @@ func getDataSourceDict(ctx ExprContext, self *term, firstChildValue any) (ds map
}
err = fmt.Errorf("the data-source must provide a non-nil %q operator(s)", strings.Join(missingFields, ", "))
}
// } else {
// err = self.Errorf("the first param (data-source) of an iterator must be a dict, not a %T", value)
}
return
}