Remove todo because there is no serf version 5

This commit is contained in:
Chris Bednarski
2015-09-11 11:22:36 -07:00
parent c948240806
commit d1635f91e2

View File

@@ -34,7 +34,7 @@ var protocolVersionMap map[uint8]uint8
func init() {
protocolVersionMap = map[uint8]uint8{
1: 4, // TODO change this back to 5 when serf is ready
1: 4,
}
}