Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / crypto / class_CryptoHelper.php
index c135b18971cdf4bb0f75d154d24d5c212765b678..cbac7d7b19c641db64f24128b09abe2f007f0f21 100644 (file)
@@ -54,10 +54,6 @@ class CryptoHelper extends BaseFrameworkSystem implements Cryptable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**