remove vestigial print statement (#2080)

This commit is contained in:
reesporte 2022-05-26 09:33:43 -05:00 committed by GitHub
parent 8e5ab106dc
commit 2d937728fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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