From e0e6d94e1dfd0ebb2776830c900811d1e2e74378 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 25 Feb 2021 09:50:42 -0500
Subject: [PATCH] Remove obsolete configuration.

---
 module/VuFind/src/VuFind/Content/Reviews/PluginManager.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/Content/Reviews/PluginManager.php b/module/VuFind/src/VuFind/Content/Reviews/PluginManager.php
index be097fc5f21..99f425dc16f 100644
--- a/module/VuFind/src/VuFind/Content/Reviews/PluginManager.php
+++ b/module/VuFind/src/VuFind/Content/Reviews/PluginManager.php
@@ -63,8 +63,6 @@ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager
      * @var array
      */
     protected $factories = [
-        Amazon::class => \VuFind\Content\AbstractAmazonFactory::class,
-        AmazonEditorial::class => \VuFind\Content\AbstractAmazonFactory::class,
         Booksite::class => BooksiteFactory::class,
         Demo::class => \Laminas\ServiceManager\Factory\InvokableFactory::class,
         Deprecated::class => \Laminas\ServiceManager\Factory\InvokableFactory::class,
-- 
GitLab