generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / actions / post_registration / class_LoginAfterRegistrationAction.php
index c079c929cfb0acb05d30cca020af025ce609cc95..068090ed36a7bb800e6660a8c4c40bd34639c3bd 100644 (file)
@@ -30,12 +30,6 @@ class LoginAfterRegistrationAction extends BaseAction implements PerformableActi
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Post registration action for logging in");
-
-               // Generate unique key
-               $this->generateUniqueId();
        }
 
        /**