Fix to remove left over debug log
This commit is contained in:
parent
a172193955
commit
f69f1c67d5
|
@ -3,7 +3,6 @@ package psql
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
|
||||||
"io"
|
"io"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
@ -61,7 +60,6 @@ func (c *compilerContext) renderBaseColumns(
|
||||||
if err := c.renderColumnFunction(sel, ti, col, i); err != nil {
|
if err := c.renderColumnFunction(sel, ti, col, i); err != nil {
|
||||||
return nil, false, err
|
return nil, false, err
|
||||||
}
|
}
|
||||||
fmt.Println(">>>> isAgg", cn, sel.Name)
|
|
||||||
|
|
||||||
isAgg = true
|
isAgg = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue