Skip to content

Commit

Permalink
Remove useless warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nalepae committed Jun 21, 2024
1 parent 92a1bfe commit 655f926
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions beacon-chain/sync/data_columns_sampling.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ func (s *Service) DataColumnSamplingRoutine(ctx context.Context) {
}
}

log.Warning("CCCCCC")

for {
select {
case e := <-stateChannel:
Expand Down

0 comments on commit 655f926

Please sign in to comment.