mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
remove vestigial print statement (#2080)
This commit is contained in:
parent
8e5ab106dc
commit
2d937728fa
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue