Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / discovery / payment / class_LocalPaymentDiscovery.php
index 175756ea2cd39e13d573d8eea50e9fefd05c137e..e2530e81e0b675ba8321ae1da7db48080d3519db 100644 (file)
@@ -32,10 +32,6 @@ class LocalPaymentDiscovery extends BaseDiscovery implements Discoverable, Regis
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**