Skip to content

Commit 8e5ff64

Browse files
remove no-longer-needed flag
1 parent 4183a85 commit 8e5ff64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Cron_Event_Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ public function run( $args, $assoc_args ) {
242242
}
243243

244244
$executed = 0;
245-
$verbose = Utils\get_flag_value( $assoc_args, 'verbose' );
246245
foreach ( $events as $event ) {
247246
WP_CLI::debug( sprintf( "Beginning execution of cron event '%s'.", $event->hook ), 'cron' );
248247
$start = microtime( true );

0 commit comments

Comments
 (0)