Skip to content

Commit bb679c4

Browse files
authored
internal/parser: Remove print statement (#327)
1 parent 9ede3a4 commit bb679c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/dinosql/parser.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ func expandStmt(qc *QueryCatalog, raw nodes.RawStmt, node nodes.Node) ([]edit, e
590590
continue
591591
}
592592
for _, c := range t.Columns {
593-
fmt.Println(c.Name)
594593
cname := c.Name
595594
if res.Name != nil {
596595
cname = *res.Name

0 commit comments

Comments
 (0)