Skip to content

Commit

Permalink
cleanup useless debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Dec 1, 2014
1 parent 28a3291 commit b0e915b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/commands/id.go
Expand Up @@ -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 {
Expand Down

0 comments on commit b0e915b

Please sign in to comment.