]> _ Git - fluidbook-toolbox.git/commitdiff
#7637
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 20 Aug 2025 14:24:34 +0000 (16:24 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 20 Aug 2025 14:24:34 +0000 (16:24 +0200)
app/Fluidbook/Farm.php

index 05dcefabd45547f214ab139f49f6475c62a385b8..bdb9c06565b4891db51b7568c8987835db9f420e 100644 (file)
@@ -311,12 +311,6 @@ class Farm
     {
         $start = microtime(true);
 
-        if ($params['operation'] === 'extractpdfarea') {
-            static::$_forceServer = 'amadeus';
-        } else {
-            static::$_forceServer = false;
-        }
-
         $farmer = self::pickOneServer($preferLocal, $params);
         $params['toolbox'] = '1';