aboutsummaryrefslogtreecommitdiff
path: root/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'content.go')
-rw-r--r--content.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/content.go b/content.go
index 39e49d5..78812f7 100644
--- a/content.go
+++ b/content.go
@@ -66,8 +66,6 @@ func handleContent(cc *contentConn) {
if errors.Is(err, net.ErrClosed) {
if errors.Is(cc.WhyClosed(), rudp.ErrTimedOut) {
cc.log("<->", "timeout")
- } else {
- cc.log("<->", "disconnect")
}
break
}