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 4b57f15527846..6a779671f29ec 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 @@ -261,8 +261,6 @@ public function test_install_edit_delete_theme_sync() { $this->install_theme( $theme_slug ); $this->sender->do_sync(); - echo 'WPCOMSH_PREMIUM_THEMES_PATH:'; - print_r( scandir( WPCOMSH_PREMIUM_THEMES_PATH ) ); $event_data = $this->server_event_storage->get_most_recent_event( 'jetpack_installed_theme' ); $this->assertEquals( $event_data->args[0], $theme_slug );