commented tracing code
This commit is contained in:
+2
-1
@@ -131,7 +131,8 @@ func evalIterator(ctx ExprContext, self *term) (v any, err error) {
|
||||
}
|
||||
|
||||
dc := newDataCursor(ctx, ds)
|
||||
|
||||
// var it Iterator = dc
|
||||
// fmt.Println(it)
|
||||
if initFunc, exists := ds[initName]; exists && initFunc != nil {
|
||||
var args []any
|
||||
if len(self.children) > 1 {
|
||||
|
||||
Reference in New Issue
Block a user