diff --git a/ch/proto.go b/ch/proto.go index 31397b0..774f9cc 100644 --- a/ch/proto.go +++ b/ch/proto.go @@ -279,7 +279,6 @@ func (db *DB) writeQuery(ctx context.Context, cn *chpool.Conn, wr *chproto.Write wr.WriteByte(1) { v := spanCtx.TraceID() - fmt.Println(v.String()) wr.UUID(v[:]) } {