projects
/
btrtrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01dfc28
)
Fix unused import
author
Matt Joiner <anacrolix@gmail.com>
Thu, 1 Oct 2020 01:50:42 +0000 (11:50 +1000)
committer
Matt Joiner <anacrolix@gmail.com>
Thu, 1 Oct 2020 01:50:42 +0000 (11:50 +1000)
tracker/http.go
patch
|
blob
|
history
diff --git
a/tracker/http.go
b/tracker/http.go
index 443bd58e8de623a1ad9b3dfd5ee3ebdab0d72e7d..eb2650454eb3a28bbc0e30c48e814e31272f5308 100644
(file)
--- a/
tracker/http.go
+++ b/
tracker/http.go
@@
-5,7
+5,6
@@
import (
"crypto/tls"
"fmt"
"io"
- "log"
"math"
"net"
"net/http"