Skip to content

Commit

Permalink
Remove theme-upload nux variant with the new AT capability (Automatti…
Browse files Browse the repository at this point in the history
  • Loading branch information
rralian authored and gwwar committed Mar 17, 2017
1 parent a1d3501 commit 943b167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
9 changes: 0 additions & 9 deletions client/lib/abtest/active-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ module.exports = {
defaultVariation: 'designTypeWithStore',
allowExistingUsers: false,
},
signupThemeUpload: {
datestamp: '20160928',
variations: {
showThemeUpload: 10,
hideThemeUpload: 90,
},
defaultVariation: 'hideThemeUpload',
allowExistingUsers: false,
},
userFirstSignup: {
datestamp: '20160124',
variations: {
Expand Down
4 changes: 1 addition & 3 deletions client/signup/steps/theme-selection/signup-themes-list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { identity } from 'lodash';
*/
import getThemes from 'lib/signup/themes';
import ThemesList from 'components/themes-list';
import { abtest } from 'lib/abtest';

class SignupThemesList extends Component {

Expand All @@ -29,7 +28,7 @@ class SignupThemesList extends Component {
designType: null,
handleScreenshotClick: noop,
handleThemeUpload: noop,
showThemeUpload: 'showThemeUpload' === abtest( 'signupThemeUpload' ),
showThemeUpload: false,
translate: identity
};

Expand Down Expand Up @@ -72,4 +71,3 @@ class SignupThemesList extends Component {
}

export default localize( SignupThemesList );

0 comments on commit 943b167

Please sign in to comment.