generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / actions / ship-simu / class_ShipSimuLoginAction.php
index 66a6878b5f36e0aa69149e08c471b1f6f03d4c37..26aa0e3fad6d82cf40e69b4c7e03f00b65b8d88c 100644 (file)
@@ -30,12 +30,6 @@ class ShipSimuLoginAction extends BaseAction implements PerformableAction {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Login welcome action");
-
-               // Generate unique key
-               $this->generateUniqueId();
        }
 
        /**