generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebLoginCompanyAction.php
index 30c6376fe84385756c858b7b3beaadd3511c4009..9cce441c861195ec8b76eb44bff261d748ed36f5 100644 (file)
@@ -30,12 +30,6 @@ class WebLoginCompanyAction extends BaseAction implements Commandable, Registera
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Shipping comany action");
-
-               // Generate unique key
-               $this->generateUniqueId();
        }
 
        /**