Remove unused selective_sync? method

parent fed6814b
......@@ -6,8 +6,6 @@ module Geo
attr_reader :current_node_id
delegate :selective_sync?, to: :current_node, allow_nil: true
def initialize(current_node_id: nil)
@current_node_id = current_node_id
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