removes uninformative comment

pull/6827/head
Jens Ulferts 12 years ago
parent 886d62ee3e
commit 9e7bc3e128
  1. 2
      lib/report/filter/base.rb

@ -170,8 +170,6 @@ class Report::Filter
end end
def initialize(child = nil, options = {}) def initialize(child = nil, options = {})
# TODO: wtf?
#raise ArgumentError, "Child has to be a Filter." if child and not child.filter?
@values = [] @values = []
super super
end end

Loading…
Cancel
Save