mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
Remove the Profiler#initialize argument which is effectively now unused
The @root_timing Timing object that it was used with never exposed that name.
This commit is contained in:
@@ -102,8 +102,8 @@ module Liquid
|
||||
|
||||
attr_reader :total_render_time
|
||||
|
||||
def initialize(template_name)
|
||||
@root_timing = Timing.new("", template_name)
|
||||
def initialize
|
||||
@root_timing = Timing.new("", nil)
|
||||
@timing_stack = [@root_timing]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user