remove debugging print statement

This commit is contained in:
Matt Jaffee 2018-06-25 12:40:46 -05:00
parent 288ec9cb83
commit bb33411c5d
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

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