Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Apr 22, 2024
1 parent e141b0c commit d2e9671
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/Migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function __construct( Container $container ) {
$this->container = $container;
$this->instaService = new InstaMigrateService();

add_action( 'init', array( $this, 'delete_plugins' ) );
add_action( 'rest_api_init', array( $this, 'register_routes' ) );
add_action( 'pre_update_option_nfd_migrate_site', array( $this, 'on_update_nfd_migrate_site' ) );
}
Expand Down

0 comments on commit d2e9671

Please sign in to comment.