remove TODO

@jbenet when returning values for records, when would it make sense to
also return providers for the records?
This commit is contained in:
Brian Tiger Chow 2015-02-03 14:29:28 -08:00
parent cfe3a637e4
commit 71392dfd28

View File

@ -52,7 +52,6 @@ func (s *Server) handleMessage(
return "", nil
}
response.Record = rawRecord
// TODO before merging: if we know any providers for the requested value, return those.
return p, response
case dhtpb.Message_PUT_VALUE: