Code Duplication    Length = 3-3 lines in 2 locations

_inc/lib/admin-pages/class.jetpack-admin-page.php 2 locations

@@ 172-174 (lines=3) @@
169
		if ( isset( $current['product_slug'] ) ) {
170
			$active = Jetpack::get_active_modules();
171
			switch ( $current['product_slug'] ) {
172
				case 'jetpack_free':
173
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
174
					break;
175
				case 'jetpack_personal':
176
				case 'jetpack_personal_monthly':
177
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
@@ 176-178 (lines=3) @@
173
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
174
					break;
175
				case 'jetpack_personal':
176
				case 'jetpack_personal_monthly':
177
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
178
					break;
179
				case 'jetpack_premium':
180
				case 'jetpack_premium_monthly':
181
					$to_deactivate = array( 'seo-tools', 'google-analytics', 'search' );