@cryptotaxi247 / kubo / commits / 29fe7f03f

remove unused case

Jeromy committed Feb 21, 2015 at 20:07 UTC 29fe7f03f8f34e27a8e9c3c61cfa8e869f538155
1 file changed -4
core/commands/dht.go
-4
@@ -431,10 +431,6 @@ GetValue will return the value stored in the dht at the given key.
431 fmt.Fprintf(buf, "%s: ", time.Now().Format("15:04:05.000"))
432 }
433 switch obj.Type {
434 - case notif.FinalPeer:
435 - if verbose {
436 - fmt.Fprintf(buf, "* closest peer %s\n", obj.ID)
437 - }
434 case notif.PeerResponse:
435 if verbose {
436 fmt.Fprintf(buf, "* %s says use ", obj.ID)