Skip to content

Commit 1debf78

Browse files
committed
Remove extra WP_CLI::log() statements
1 parent 7923571 commit 1debf78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DB_Command.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ public function check( $_, $assoc_args ) {
261261

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

268266
/**

0 commit comments

Comments
 (0)