Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / auth / class_CookieAuth.php
index b6e00764769526a54ea5dac03cbccc387091d300..e302ccb23d6bd61935ac91aa79fe481c22628011 100644 (file)
@@ -30,10 +30,6 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**