Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / discovery / class_
index 18fd375c797c78fe881b4961278964793485bef5..4aeb610f9d4829d12bfa050b0c8d170f8cf437cc 100644 (file)
@@ -32,10 +32,6 @@ class ???Discovery extends BaseDiscovery implements Discoverable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**