From 0d780eb39bddc36a657625a69f617f78365cc03e Mon Sep 17 00:00:00 2001 From: Benjamin Sternthal Date: Wed, 14 Mar 2018 15:07:40 -0700 Subject: [PATCH] Fix Bug 1445673: Remove optimizely code from old account. --- kitsune/sumo/jinja2/base.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kitsune/sumo/jinja2/base.html b/kitsune/sumo/jinja2/base.html index ab544ca929e..4caefc5eeb1 100644 --- a/kitsune/sumo/jinja2/base.html +++ b/kitsune/sumo/jinja2/base.html @@ -12,12 +12,6 @@ {{ favicon() }} - {# Optimizely script for A/B testing - Bug 850816 #} - {% if waffle.flag('optimizely') %} - - {% endif %} - {# End Optimizely #} - {# TrafficCop experiment_fxa_cta_topbar #} {% set run_experiments = False %} {% if waffle.flag('experiment_fxa_cta_topbar') %}