Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #68 from tinyspeck/vtqueryserver-remove-stray-comment
Browse files Browse the repository at this point in the history
remove debugging printf
  • Loading branch information
rafael authored Jan 31, 2018
2 parents 732edb1 + b6703a7 commit 80d72ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/mysqlproxy/mysqlproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func (mp *Proxy) executeSelect(ctx context.Context, session *ProxySession, sql s
query, comments := sqlparser.SplitTrailingComments(sql)
stmt, err := sqlparser.Parse(query)
if err != nil {
fmt.Printf("YYY parse error %s\n", query)
return nil, err
}
sqlparser.Normalize(stmt, bindVariables, "vtp")
Expand Down

0 comments on commit 80d72ac

Please sign in to comment.