diff --git a/executor.go b/executor.go index 7a81bfc1c..a92aaf86d 100644 --- a/executor.go +++ b/executor.go @@ -6778,7 +6778,6 @@ func (e *executor) translateCall(c *pql.Call, index string, columnKeys map[strin // Translate child calls. for i, child := range c.Children { - fmt.Printf("translating call: %s\n", child) translated, err := e.translateCall(child, index, columnKeys, rowKeys) if err != nil { return nil, err