Skip to content

Commit 7e62d5e

Browse files
authored
Revert "debug logs (#264)" (#267)
This reverts commit b008c5c.
1 parent 935da54 commit 7e62d5e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

insight

1.59 MB
Binary file not shown.

internal/publisher/publisher.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"crypto/tls"
66
"encoding/json"
77
"fmt"
8-
"math/rand/v2"
98
"net"
109
"strings"
1110
"sync"
@@ -98,9 +97,6 @@ func (p *Publisher) initialize() error {
9897
}
9998

10099
func (p *Publisher) PublishBlockData(blockData []common.BlockData) error {
101-
if rand.Float32() < 0.3 {
102-
log.Debug().Msgf("Publishing %d block data", len(blockData))
103-
}
104100
return p.publishBlockData(blockData, false)
105101
}
106102

0 commit comments

Comments
 (0)