Skip to content

Commit

Permalink
comment log
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Nov 14, 2024
1 parent c341034 commit b652bdf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions go/vt/vttablet/grpctabletconn/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import (
"github.com/spf13/pflag"
"google.golang.org/grpc"

"vitess.io/vitess/go/vt/log"

"vitess.io/vitess/go/mysql"
"vitess.io/vitess/go/netutil"
"vitess.io/vitess/go/sqltypes"
Expand Down Expand Up @@ -141,9 +139,9 @@ func (conn *gRPCQueryClient) Execute(ctx context.Context, target *querypb.Target
return nil, tabletconn.ErrorFromGRPC(err)
}

if options.RawMysqlPackets {
log.Errorf("Execute Query: %s \n Raw Packets: %+v", query, er.RawPackets)
}
// if options.RawMysqlPackets {
// log.Errorf("Execute Query: %s \n Raw Packets: %+v", query, er.RawPackets)
// }
return mysql.ParseResult(er, true)
}

Expand Down

0 comments on commit b652bdf

Please sign in to comment.