Remove ign feature flag

This commit is contained in:
Paul Chavard 2021-05-06 18:48:24 +02:00
parent 01c558953b
commit e74dcb0056
2 changed files with 1 additions and 5 deletions

View file

@ -62,10 +62,7 @@ class Champs::CarteChamp < Champ
end
def render_options
{
ign: Flipper.enabled?(:carte_ign, procedure),
layers: optional_layers
}
{ layers: optional_layers }
end
def position

View file

@ -27,7 +27,6 @@ end
features = [
:administrateur_routage,
:administrateur_web_hook,
:carte_ign,
:dossier_pdf_vide,
:expert_not_allowed_to_invite,
:hide_instructeur_email,