misc(gcr/s) rm TODO
Brian Tiger Chow committed
Feb 2, 2015 at 01:52 UTC
ca268b789e192b810f5f63d9c4ca879488f3ab30
1 file changed
-4
routing/grandcentral/server.go
-4
@@ -44,10 +44,6 @@ func (s *Server) handleMessage(
44
45
log.EventBegin(ctx, "routingMessageReceived", req, p, s.local).Done() // TODO may need to differentiate between local and remote
46
47
- // FIXME threw everything into this switch statement to get things going.
48
- // Once each operation is well-defined, extract pluggable backend so any
49
- // database may be used.
50
-
47
var response = dhtpb.NewMessage(req.GetType(), req.GetKey(), req.GetClusterLevel())
48
switch req.GetType() {
49