Skip to content

Commit

Permalink
Merge pull request #52 from lalaithan/master
Browse files Browse the repository at this point in the history
Removed leftover remove operation
  • Loading branch information
schlessera committed Mar 27, 2018
2 parents 057fd7a + 0326317 commit 41246b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Config_Command.php
Expand Up @@ -614,8 +614,6 @@ public function has( $args, $assoc_args ) {
WP_CLI::halt( 0 );
}

$config_transformer->remove( $type, $name );

} catch ( Exception $exception ) {
WP_CLI::error( "Could not process the 'wp-config.php' transformation.\nReason: " . $exception->getMessage() );
}
Expand Down Expand Up @@ -780,4 +778,3 @@ private function parse_separator( $separator ) {
return $separator;
}
}

0 comments on commit 41246b2

Please sign in to comment.