Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 199-201 (lines=3) @@
196
		if ( isset( $current['product_slug'] ) ) {
197
			$active = Jetpack::get_active_modules();
198
			switch ( $current['product_slug'] ) {
199
				case 'jetpack_free':
200
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
201
					break;
202
				case 'jetpack_personal':
203
				case 'jetpack_personal_monthly':
204
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
@@ 203-205 (lines=3) @@
200
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
201
					break;
202
				case 'jetpack_personal':
203
				case 'jetpack_personal_monthly':
204
					$to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' );
205
					break;
206
				case 'jetpack_premium':
207
				case 'jetpack_premium_monthly':
208
					$to_deactivate = array( 'seo-tools', 'google-analytics', 'search' );