Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / streams / class_BaseStream.php
index e226545a11863b7596788345d1b1c0ea5d064e2e..dccae1151bd16a00332f78bbbf41f6b930192b38 100644 (file)
@@ -31,10 +31,6 @@ class BaseStream extends BaseFrameworkSystem {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 }