Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Nov 13, 2024
1 parent 4c8d596 commit c0a76cd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c0a76cd

Please sign in to comment.