Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Jul 3, 2024
1 parent 7de3cf0 commit 358f962
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,6 @@ func (cl *Client) locker() *lockWithDeferreds {
}

func (cl *Client) String() string {
panic(1)
return fmt.Sprintf("<%[1]T %[1]p>", cl)
}

Expand Down
1 change: 0 additions & 1 deletion peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ func (cn *Peer) iterContiguousPieceRequests(f func(piece pieceIndex, count int),
}

func (cn *Peer) writeStatus(w io.Writer, lock bool, lockTorrent bool) {
panic(2)
if lockTorrent {
cn.t.mu.RLock()
defer cn.t.mu.RUnlock()
Expand Down

0 comments on commit 358f962

Please sign in to comment.