Skip to content

Commit b652bdf

Browse files
comment log
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
1 parent c341034 commit b652bdf

File tree

1 file changed

+3
-5
lines changed
  • go/vt/vttablet/grpctabletconn

1 file changed

+3
-5
lines changed

go/vt/vttablet/grpctabletconn/conn.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ import (
2424
"github.com/spf13/pflag"
2525
"google.golang.org/grpc"
2626

27-
"vitess.io/vitess/go/vt/log"
28-
2927
"vitess.io/vitess/go/mysql"
3028
"vitess.io/vitess/go/netutil"
3129
"vitess.io/vitess/go/sqltypes"
@@ -141,9 +139,9 @@ func (conn *gRPCQueryClient) Execute(ctx context.Context, target *querypb.Target
141139
return nil, tabletconn.ErrorFromGRPC(err)
142140
}
143141

144-
if options.RawMysqlPackets {
145-
log.Errorf("Execute Query: %s \n Raw Packets: %+v", query, er.RawPackets)
146-
}
142+
// if options.RawMysqlPackets {
143+
// log.Errorf("Execute Query: %s \n Raw Packets: %+v", query, er.RawPackets)
144+
// }
147145
return mysql.ParseResult(er, true)
148146
}
149147

0 commit comments

Comments
 (0)