Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / points / class_UserPoints.php
index 1fb953268b8303693f7af557df7773240311e012..0e913d4e88d2232dbad9d75ab7eea435d63bb4c6 100644 (file)
@@ -35,10 +35,6 @@ class UserPoints extends BaseFrameworkSystem implements Registerable, BookablePo
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**