diff --git a/x/model/name.go b/x/model/name.go
index cc9857ef..a6cef7e3 100644
--- a/x/model/name.go
+++ b/x/model/name.go
@@ -324,9 +324,7 @@ func downcase(c byte) byte {
 	return c
 }
 
-// TODO(bmizerany): Compare
 // TODO(bmizerany): MarshalText/UnmarshalText
-// TODO(bmizerany): LogValue
 // TODO(bmizerany): driver.Value? (MarshalText etc should be enough)
 
 // Parts returns the parts of the Name in order of concreteness.