removed defunct TODO comment

This commit is contained in:
2011-03-10 10:42:24 +00:00
parent 8001a98a26
commit 53aee885bd

View File

@@ -66,7 +66,7 @@ module Redistat
end
end
def groups # TODO: Is this useless?
def groups
@groups ||= @label.groups.map do |label|
self.class.new(@scope, label, self.date, @options)
end