Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions execution/stagedsync/stage_execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ func unwindExec3(u *UnwindState, s *StageState, doms *execctx.SharedDomains, rwT

var mxState3Unwind = metrics.GetOrCreateSummary("state3_unwind")

const trace bool = true

func unwindExec3State(ctx context.Context,
sd *execctx.SharedDomains, tx kv.TemporalRwTx,
blockUnwindTo, txUnwindTo uint64,
Expand Down
Loading