mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
remove debugging print statement
This commit is contained in:
parent
288ec9cb83
commit
bb33411c5d
1 changed files with 0 additions and 1 deletions
|
|
@ -1614,7 +1614,6 @@ func (e *Executor) translateCall(index string, idx *Index, c *pql.Call) error {
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
fmt.Printf("translated %s to %d in field %s\n", value, ids[0], fieldName)
|
||||
c.Args[colKey] = ids[0]
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue