From bb33411c5de17e82a97e252aeeefb74894e7c899 Mon Sep 17 00:00:00 2001 From: Matt Jaffee Date: Mon, 25 Jun 2018 12:40:46 -0500 Subject: [PATCH] remove debugging print statement --- executor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/executor.go b/executor.go index a1402b066..610696022 100644 --- a/executor.go +++ b/executor.go @@ -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 {