diff --git a/src/Admin/Wizard.php b/src/Admin/Wizard.php index a11ff254..d05481cd 100644 --- a/src/Admin/Wizard.php +++ b/src/Admin/Wizard.php @@ -336,15 +336,6 @@ private function addNotifications($notifications) NotificationDatabaseService::upsert($notification); } - - /** - * @todo 3mp4ad - * This cache should be cleared in Adapter save method. - * Now it's used in Admin\PostType::save() as well - */ - $cache = new CacheDriver\ObjectCache('notification'); - $cache->set_key('notifications'); - $cache->delete(); } /**