commented tracing code

This commit is contained in:
2024-05-01 05:57:08 +02:00
parent 7aabd068ed
commit cdbe3dfc22
3 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -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 {