...@@ -7,7 +7,7 @@ class Feature ...@@ -7,7 +7,7 @@ class Feature
# Server feature flags should use '_' to separate words. # Server feature flags should use '_' to separate words.
SERVER_FEATURE_FLAGS = SERVER_FEATURE_FLAGS =
[ [
# 'get_commit_signatures'.freeze 'get_commit_signatures'.freeze
].freeze ].freeze
DEFAULT_ON_FLAGS = Set.new([]).freeze DEFAULT_ON_FLAGS = Set.new([]).freeze
... ...
......