1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

remove unused case

This commit is contained in:
Jeromy
2015-02-21 20:07:48 -08:00
parent 7e40503020
commit 29fe7f03f8

View File

@ -431,10 +431,6 @@ GetValue will return the value stored in the dht at the given key.
fmt.Fprintf(buf, "%s: ", time.Now().Format("15:04:05.000"))
}
switch obj.Type {
case notif.FinalPeer:
if verbose {
fmt.Fprintf(buf, "* closest peer %s\n", obj.ID)
}
case notif.PeerResponse:
if verbose {
fmt.Fprintf(buf, "* %s says use ", obj.ID)