Skip to content

Commit 7d9c04a

Browse files
[/] logging
1 parent 217efd0 commit 7d9c04a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ydb/core/kqp/session_actor/kqp_session_actor.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ class TKqpSessionActor : public TActorBootstrapped<TKqpSessionActor> {
240240
<< "ActorId: " << SelfId() << ", "
241241
<< "ActorState: " << CurrentStateFuncName() << ", ";
242242
if (Y_LIKELY(QueryState)) {
243-
if (QueryState->HasTxControl()) {
244-
result << " TxId: " << QueryState->GetTxControl().tx_id() << ", ";
245-
}
246243
result << "TraceId: " << QueryState->UserRequestContext->TraceId << ", ";
247244
}
248245
return result;

0 commit comments

Comments
 (0)