Skip to content

Commit

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

0 comments on commit a70da82

Please sign in to comment.