1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-07-13 01:00:21 +02:00

chore: cleanup

This commit is contained in:
Vladimir Mihailenco
2022-05-18 16:33:03 +03:00
parent d00947a336
commit 1ecd0e65e5

View File

@ -279,7 +279,6 @@ func (db *DB) writeQuery(ctx context.Context, cn *chpool.Conn, wr *chproto.Write
wr.WriteByte(1) wr.WriteByte(1)
{ {
v := spanCtx.TraceID() v := spanCtx.TraceID()
fmt.Println(v.String())
wr.UUID(v[:]) wr.UUID(v[:])
} }
{ {