Skip to content

Commit

Permalink
Remove extra WP_CLI::log() statements
Browse files Browse the repository at this point in the history
  • Loading branch information
benlk committed Nov 5, 2023
1 parent 7923571 commit 1debf78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DB_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ public function check( $_, $assoc_args ) {

WP_CLI::debug( 'Associative arguments: ' . json_encode( $assoc_args ), 'db' );
WP_CLI::success( 'Database checked.' );
WP_CLI::log( 'To check whether the WordPress DB tables are installed: wp core is-installed', 'db' );
WP_CLI::log( 'To check whether the WordPress DB tables need to be updated: wp core update-db --dry-run', 'db' );
}

/**
Expand Down

0 comments on commit 1debf78

Please sign in to comment.