Remove the poll on plugin deactivation

Remove the poll asking for deactivation reasons as we are no longer using the data.

[MAILPOET-3705]
This commit is contained in:
Brezo Cordero
2021-07-26 12:41:29 -05:00
committed by Veljko V
parent 19fad073d0
commit 1909950353
5 changed files with 0 additions and 140 deletions

View File

@@ -229,7 +229,6 @@ class Initializer {
$this->setupPages();
$this->setupPermanentNotices();
$this->setupDeactivationSurvey();
$this->setupAutomaticEmails();
$this->postEditorBlock->init();
@@ -362,11 +361,6 @@ class Initializer {
return WPNotice::displayWarning($exception->getMessage());
}
public function setupDeactivationSurvey() {
$survey = new DeactivationSurvey($this->renderer);
$survey->init();
}
public function setupAutomaticEmails() {
$automaticEmails = new AutomaticEmails();
$automaticEmails->init();