Commit b0e915be authored by Jeromy's avatar Jeromy

cleanup useless debug statement

parent 28a32915
......@@ -66,7 +66,6 @@ if no peer is specified, prints out local peers info.
p, err := node.Routing.FindPeer(ctx, id)
if err == kb.ErrLookupFailure {
log.Error("what? no.")
return nil, errors.New(offlineIdErrorMessage)
}
if err != nil {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment