Code Duplication    Length = 3-3 lines in 2 locations

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

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