diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-10-17 15:51:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-10-17 17:36:07 +0100 |
commit | 980eaf37f0c680fad7433d645324c6c5054b84a3 (patch) | |
tree | 9b0da4076d922ff65c2ba693684324ef413cf341 /perllib/FixMyStreet/TestMech.pm | |
parent | 11690f70ab8da3c66b80294c622295bda7667d25 (diff) |
[fixmystreet.com] Remove login content experiment.
This gave no conclusive results, which was interesting.
Diffstat (limited to 'perllib/FixMyStreet/TestMech.pm')
-rw-r--r-- | perllib/FixMyStreet/TestMech.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/TestMech.pm b/perllib/FixMyStreet/TestMech.pm index 5b3cc39a7..5b063ebe5 100644 --- a/perllib/FixMyStreet/TestMech.pm +++ b/perllib/FixMyStreet/TestMech.pm @@ -482,10 +482,6 @@ sub visible_form_values { my %params = map { $_ => $form->value($_) } @visible_field_names; - # Ignore content experiment fields - delete $params{email_y}; - delete $params{email_n}; - return \%params; } |