Remove puts
This commit is contained in:
parent
0f32989a1d
commit
b3556b64dc
|
@ -9,7 +9,6 @@ class UpdateStatisticsJob < BaseActiveRecordJob
|
||||||
'key' => nil,
|
'key' => nil,
|
||||||
'counter' => 1}
|
'counter' => 1}
|
||||||
options = defaults.merge(args)
|
options = defaults.merge(args)
|
||||||
puts options
|
|
||||||
statsd_increment(activity_at: options['activity_at'], user_id: options['user_id'],
|
statsd_increment(activity_at: options['activity_at'], user_id: options['user_id'],
|
||||||
project_id: options['project_id'], key: options['key'], counter: options['counter'])
|
project_id: options['project_id'], key: options['key'], counter: options['counter'])
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue