From c0a76cd10ecac4f308200fb0fecaea84ad8e461a Mon Sep 17 00:00:00 2001 From: tbradsha <32492176+tbradsha@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:07:23 -0700 Subject: [PATCH] Remove debug --- .../jetpack/tests/php/sync/test_class.jetpack-sync-themes.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php b/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php index 41eb3fe73acb8..4b57f15527846 100644 --- a/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php +++ b/projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php @@ -250,10 +250,8 @@ private function perform_network_enable_disable_assertions( $test_themes, $event } public function test_install_edit_delete_theme_sync() { - echo 'WPCOMSH_PREMIUM_THEMES_PATH:'; - print_r( scandir( WPCOMSH_PREMIUM_THEMES_PATH ) ); $theme_slug = 'itek'; - $theme_name = 'Itek'; + $theme_name = 'iTek'; delete_theme( $theme_slug ); // Ensure theme is not lingering on file system $this->server_event_storage->reset();