Remove code that checks if the MP2 migration is in progress

[MAILPOET-4376]
This commit is contained in:
Rodrigo Primo
2022-07-06 19:17:26 -03:00
committed by Veljko V
parent 9a5fbfbb24
commit 98e056bec7
2 changed files with 0 additions and 36 deletions

View File

@@ -211,8 +211,6 @@ class API {
$this->changelog->shouldShowWelcomeWizard()
|| $this->changelog->shouldShowWooCommerceListImportPage()
|| $this->changelog->shouldShowRevenueTrackingPermissionPage()
|| $this->changelog->isMp2MigrationInProgress()
|| $this->changelog->shouldShowMp2Migration()
);
}
}