Commit e9ae881c authored by Ryan Cobb's avatar Ryan Cobb

Remove unnecessary super call in unicorn sampler

parent ddfff1e4
......@@ -4,10 +4,6 @@ module Gitlab
module Metrics
module Samplers
class UnicornSampler < BaseSampler
def initialize(interval)
super(interval)
end
def metrics
@metrics ||= init_metrics
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment