generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / commands / web / class_WebConfirmCommand.php
index 5bfa866e8e71ea53e1d7f8036e35009e06dc44b2..db15067cc0e8306c3f37da4ab7f06aa5f8074f81 100644 (file)
@@ -30,15 +30,6 @@ class WebConfirmCommand extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set special description
-               $this->setObjectDescription("Command for confirmation link handling");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
-               // Clean up a little
-               $this->removeSystemArray();
        }
 
        /**