killed an old line of commented out code

This commit is contained in:
2011-03-14 10:38:16 +00:00
parent 3df6666704
commit d560a7deff

View File

@@ -61,7 +61,6 @@ module Redistat
def update_index
@label.groups.each do |label|
# break if label.parent.nil?
parent = (label.parent || "")
db.sadd("#{scope}#{LABEL_INDEX}#{parent}", label.me)
end