Skip to content

Commit

Permalink
remove some debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed May 10, 2024
1 parent 4906690 commit 3952311
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/httpjson/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ func GetNonceByAddr(remote, addr string, txPool bool) (uint64, uint32, error) {
}

func GetPeerAddr(remote string, params map[string]interface{}) (string, string, []byte, []byte, string, error) {
fmt.Println("......GetPeerAddr, remote: ", remote)
resp, err := Call(remote, "getpeeraddr", 0, params)
if err != nil {
return "", "", nil, nil, "", err
Expand Down
1 change: 0 additions & 1 deletion api/webrtc/webrtc.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func (c *Peer) Offer(label string) error {
}

dc.OnOpen(func() {
log.Debugf("Data channel %v has been opened\n", dc.Label())
select {
case c.OnOfferConnected <- struct{}{}:
default:
Expand Down

0 comments on commit 3952311

Please sign in to comment.