Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / third_party / api / wernisportal / class_WernisApi.php
index 4fe08f45b5f90828b883aeba4253e54ac735916d..9ea8e54b01be8d70695225e4b88834f0a6a9820f 100644 (file)
@@ -70,10 +70,6 @@ class WernisApi extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**