Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / class_
index 23b54cab72a89af81342f84da822115fd39d6b23..992c09fbdbeffdbc95369a74ac03e1bde4fea968 100644 (file)
@@ -30,10 +30,6 @@ class  extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 }